summaryrefslogtreecommitdiffstats
path: root/src/config/defaults/pcbios.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/defaults/pcbios.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/defaults/pcbios.h')
-rw-r--r--src/config/defaults/pcbios.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/config/defaults/pcbios.h b/src/config/defaults/pcbios.h
index 193871f1..df6e93ce 100644
--- a/src/config/defaults/pcbios.h
+++ b/src/config/defaults/pcbios.h
@@ -8,7 +8,7 @@
*/
#define IOAPI_X86
-
+#define PCIAPI_PCBIOS
#define CONSOLE_PCBIOS
#endif /* CONFIG_DEFAULTS_PCBIOS_H */