summaryrefslogtreecommitdiffstats
path: root/src/config/ioapi.h
diff options
context:
space:
mode:
authorMichael Brown2008-10-12 13:50:44 +0200
committerMichael Brown2008-10-12 13:54:12 +0200
commit8a4ccebec91717500bc0de867fc2ead7187657fa (patch)
tree84971e6120668c60026d45e74421be8bb36c9cdb /src/config/ioapi.h
parent[legacy] Add missing #include <gpxe/io.h> (diff)
downloadipxe-8a4ccebec91717500bc0de867fc2ead7187657fa.tar.gz
ipxe-8a4ccebec91717500bc0de867fc2ead7187657fa.tar.xz
ipxe-8a4ccebec91717500bc0de867fc2ead7187657fa.zip
[pci] Formalise the PCI I/O API
Diffstat (limited to 'src/config/ioapi.h')
-rw-r--r--src/config/ioapi.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/config/ioapi.h b/src/config/ioapi.h
index 28c4f7ba..7726a0f0 100644
--- a/src/config/ioapi.h
+++ b/src/config/ioapi.h
@@ -9,4 +9,7 @@
#include <config/defaults.h>
+//#undef PCIAPI_PCBIOS /* Access via PCI BIOS */
+//#define PCIAPI_DIRECT /* Direct access via Type 1 accesses */
+
#endif /* CONFIG_IOAPI_H */