00001 #ifndef CONFIG_IOAPI_H 00002 #define CONFIG_IOAPI_H 00003 00004 /** @file 00005 * 00006 * I/O API configuration 00007 * 00008 */ 00009 00010 FILE_LICENCE ( GPL2_OR_LATER ); 00011 00012 #include <config/defaults.h> 00013 00014 //#undef PCIAPI_PCBIOS /* Access via PCI BIOS */ 00015 //#define PCIAPI_DIRECT /* Direct access via Type 1 accesses */ 00016 00017 #include <config/local/ioapi.h> 00018 00019 #endif /* CONFIG_IOAPI_H */
1.5.7.1