Add missing header file
authorhpa <hpa>
Thu, 6 Jan 2005 22:44:57 +0000 (22:44 +0000)
committerhpa <hpa>
Thu, 6 Jan 2005 22:44:57 +0000 (22:44 +0000)
com32/lib/pci/pci.h [new file with mode: 0644]

diff --git a/com32/lib/pci/pci.h b/com32/lib/pci/pci.h
new file mode 100644 (file)
index 0000000..6946edf
--- /dev/null
@@ -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 */