iPXE
ioapi.h
Go to the documentation of this file.
1 /* Work around missing PCI BIOS calls in the cut-down SeaBIOS found in
2  * some AWS EC2 instances.
3  */
4 #ifdef PLATFORM_pcbios
5 #undef PCIAPI_PCBIOS
6 #define PCIAPI_CLOUD
7 #endif