[tcp] Enable AF_INET6 transport for tcp connections
[gpxe.git] / src / config / ioapi.h
blobce19c6d719943e96cfa139631789d9748e152c6d
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 #include <config/local/ioapi.h>
19 #endif /* CONFIG_IOAPI_H */