historical/m0-applesillicon.git/xnu-qemu-arm64-5.1.0/stubs/pci-bus.c

8 lines
152 B
C
Raw Normal View History

2024-01-16 11:20:27 -06:00
#include "qemu/osdep.h"
#include "hw/pci/pci.h"
PCIDevice *pci_create_simple(PCIBus *bus, int devfn, const char *name)
{
g_assert_not_reached();
}