Revision af6cb26017a06a81d8f9f66e81e169433be0e5b3 authored by Richard Henderson on 25 November 2021, 09:44:43 UTC, committed by Richard Henderson on 25 November 2021, 09:44:43 UTC
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
1 parent 14d02cf
Raw File
pci-bus.c
#include "qemu/osdep.h"
#include "hw/pci/pci.h"

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