blob: a8932fa93250e3ac87ec53d5ce51e6bb7b03e875 [file] [log] [blame]
Gerd Hoffmann3af87d92020-07-02 15:25:07 +02001#include "qemu/osdep.h"
2#include "hw/pci/pci.h"
3
4PCIDevice *pci_create_simple(PCIBus *bus, int devfn, const char *name)
5{
6 g_assert_not_reached();
7}