aboutsummaryrefslogtreecommitdiffstats
path: root/src/config/cloud/ioapi.h
blob: c7c917f2e9a6354507f7c3f90ac2410fdc7025e0 (plain)
1
2
3
4
5
6
7
/* Work around missing PCI BIOS calls in the cut-down SeaBIOS found in
 * some AWS EC2 instances.
 */
#ifdef PLATFORM_pcbios
#undef PCIAPI_PCBIOS
#define PCIAPI_DIRECT
#endif