diff options
Diffstat (limited to 'stubs/pci-bus.c')
-rw-r--r-- | stubs/pci-bus.c | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/stubs/pci-bus.c b/stubs/pci-bus.c deleted file mode 100644 index a8932fa932..0000000000 --- a/stubs/pci-bus.c +++ /dev/null @@ -1,7 +0,0 @@ -#include "qemu/osdep.h" -#include "hw/pci/pci.h" - -PCIDevice *pci_create_simple(PCIBus *bus, int devfn, const char *name) -{ - g_assert_not_reached(); -} |