summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--com32/lib/pci/pci.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/com32/lib/pci/pci.h b/com32/lib/pci/pci.h
new file mode 100644
index 00000000..6946edfa
--- /dev/null
+++ b/com32/lib/pci/pci.h
@@ -0,0 +1,14 @@
+/*
+ * pci/pci.h
+ *
+ * Common internal header file
+ */
+
+#ifndef PCI_PCI_H
+
+#include <sys/pci.h>
+#include <sys/cpu.h>
+
+extern enum pci_config_type __pci_cfg_type;
+
+#endif /* PCI_PCI_H */