Merge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu into...
[qemu/armbru.git] / stubs / pci-bus.c
bloba8932fa93250e3ac87ec53d5ce51e6bb7b03e875
1 #include "qemu/osdep.h"
2 #include "hw/pci/pci.h"
4 PCIDevice *pci_create_simple(PCIBus *bus, int devfn, const char *name)
6 g_assert_not_reached();