diff options
Diffstat (limited to 'qemu/roms/ipxe/src/config/ioapi.h')
-rw-r--r-- | qemu/roms/ipxe/src/config/ioapi.h | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/qemu/roms/ipxe/src/config/ioapi.h b/qemu/roms/ipxe/src/config/ioapi.h new file mode 100644 index 000000000..ce19c6d71 --- /dev/null +++ b/qemu/roms/ipxe/src/config/ioapi.h @@ -0,0 +1,19 @@ +#ifndef CONFIG_IOAPI_H +#define CONFIG_IOAPI_H + +/** @file + * + * I/O API configuration + * + */ + +FILE_LICENCE ( GPL2_OR_LATER ); + +#include <config/defaults.h> + +//#undef PCIAPI_PCBIOS /* Access via PCI BIOS */ +//#define PCIAPI_DIRECT /* Direct access via Type 1 accesses */ + +#include <config/local/ioapi.h> + +#endif /* CONFIG_IOAPI_H */ |