historical/m0-applesillicon.git/xnu-qemu-arm64-5.1.0/stubs/pci-host-piix.c
2024-01-16 11:20:27 -06:00

7 lines
104 B
C

#include "qemu/osdep.h"
#include "hw/pci-host/i440fx.h"
PCIBus *find_i440fx(void)
{
return NULL;
}