summaryrefslogtreecommitdiff
path: root/com32
diff options
context:
space:
mode:
authorhpa <hpa>2005-01-06 22:44:57 +0000
committerhpa <hpa>2005-01-06 22:44:57 +0000
commit3113533310816ae83447ac3b136ac514fad89cc1 (patch)
treec91ac7b62dd4af676ac7c5de400550b8a76e1e58 /com32
parenta966e54c41674cfb72340fd436bdf85988c14dd7 (diff)
downloadsyslinux-3113533310816ae83447ac3b136ac514fad89cc1.tar.gz
Add missing header filesyslinux-3.10-pre1
Diffstat (limited to 'com32')
-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 */