2
0

pci-bus.c 152 B

1234567
  1. #include "qemu/osdep.h"
  2. #include "hw/pci/pci.h"
  3. PCIDevice *pci_create_simple(PCIBus *bus, int devfn, const char *name)
  4. {
  5. g_assert_not_reached();
  6. }