blob: a8932fa93250e3ac87ec53d5ce51e6bb7b03e875 [file] [log] [blame]
#include "qemu/osdep.h"
#include "hw/pci/pci.h"
PCIDevice *pci_create_simple(PCIBus *bus, int devfn, const char *name)
{
g_assert_not_reached();
}