qemu-e2k/stubs/pci-host-piix.c

7 lines
95 B
C

#include "qemu/osdep.h"
#include "hw/i386/pc.h"
PCIBus *find_i440fx(void)
{
return NULL;
}