summaryrefslogtreecommitdiff
path: root/gpxe/src/arch/i386/include/bits/pci_io.h
diff options
context:
space:
mode:
Diffstat (limited to 'gpxe/src/arch/i386/include/bits/pci_io.h')
-rw-r--r--gpxe/src/arch/i386/include/bits/pci_io.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/gpxe/src/arch/i386/include/bits/pci_io.h b/gpxe/src/arch/i386/include/bits/pci_io.h
new file mode 100644
index 00000000..0fbb439d
--- /dev/null
+++ b/gpxe/src/arch/i386/include/bits/pci_io.h
@@ -0,0 +1,13 @@
+#ifndef _BITS_PCI_IO_H
+#define _BITS_PCI_IO_H
+
+/** @file
+ *
+ * i386-specific PCI I/O API implementations
+ *
+ */
+
+#include <gpxe/pcibios.h>
+#include <gpxe/pcidirect.h>
+
+#endif /* _BITS_PCI_IO_H */