aboutsummaryrefslogtreecommitdiff
path: root/stubs/pci-bus.c
blob: a8932fa93250e3ac87ec53d5ce51e6bb7b03e875 (plain)
1
2
3
4
5
6
7
#include "qemu/osdep.h"
#include "hw/pci/pci.h"

PCIDevice *pci_create_simple(PCIBus *bus, int devfn, const char *name)
{
    g_assert_not_reached();
}