summaryrefslogtreecommitdiff
path: root/gpxe/src/config/ioapi.h
diff options
context:
space:
mode:
Diffstat (limited to 'gpxe/src/config/ioapi.h')
-rw-r--r--gpxe/src/config/ioapi.h15
1 files changed, 15 insertions, 0 deletions
diff --git a/gpxe/src/config/ioapi.h b/gpxe/src/config/ioapi.h
new file mode 100644
index 00000000..7726a0f0
--- /dev/null
+++ b/gpxe/src/config/ioapi.h
@@ -0,0 +1,15 @@
+#ifndef CONFIG_IOAPI_H
+#define CONFIG_IOAPI_H
+
+/** @file
+ *
+ * I/O API configuration
+ *
+ */
+
+#include <config/defaults.h>
+
+//#undef PCIAPI_PCBIOS /* Access via PCI BIOS */
+//#define PCIAPI_DIRECT /* Direct access via Type 1 accesses */
+
+#endif /* CONFIG_IOAPI_H */