summaryrefslogtreecommitdiffstats
path: root/contrib/syslinux-4.02/gpxe/src/arch/x86/include/bits/pci_io.h
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/syslinux-4.02/gpxe/src/arch/x86/include/bits/pci_io.h')
-rw-r--r--contrib/syslinux-4.02/gpxe/src/arch/x86/include/bits/pci_io.h15
1 files changed, 15 insertions, 0 deletions
diff --git a/contrib/syslinux-4.02/gpxe/src/arch/x86/include/bits/pci_io.h b/contrib/syslinux-4.02/gpxe/src/arch/x86/include/bits/pci_io.h
new file mode 100644
index 0000000..f6efcda
--- /dev/null
+++ b/contrib/syslinux-4.02/gpxe/src/arch/x86/include/bits/pci_io.h
@@ -0,0 +1,15 @@
+#ifndef _BITS_PCI_IO_H
+#define _BITS_PCI_IO_H
+
+/** @file
+ *
+ * i386-specific PCI I/O API implementations
+ *
+ */
+
+FILE_LICENCE ( GPL2_OR_LATER );
+
+#include <gpxe/pcibios.h>
+#include <gpxe/pcidirect.h>
+
+#endif /* _BITS_PCI_IO_H */