Releasing debian version 6.03~pre1+dfsg-1.
[syslinux-debian/hramrach.git] / gpxe / src / config / ioapi.h
blob8ddd557b97f89b931f2aa22ba9249f9b7d4917c0
1 #ifndef CONFIG_IOAPI_H
2 #define CONFIG_IOAPI_H
4 /** @file
6 * I/O API configuration
8 */
10 FILE_LICENCE ( GPL2_OR_LATER );
12 #include <config/defaults.h>
14 //#undef PCIAPI_PCBIOS /* Access via PCI BIOS */
15 //#define PCIAPI_DIRECT /* Direct access via Type 1 accesses */
17 #endif /* CONFIG_IOAPI_H */