]> git.proxmox.com Git - mirror_qemu.git/blame - stubs/pci-bus.c
Merge tag 'pull-testing-200923-1' of https://gitlab.com/stsquad/qemu into staging
[mirror_qemu.git] / stubs / pci-bus.c
CommitLineData
3af87d91
GH
1#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}