summaryrefslogtreecommitdiff
path: root/stubs/pci-host-piix.c
blob: 6ed81b1f21cf81f505728ca0aeb2e1e94450533a (plain)
1
2
3
4
5
6
#include "qemu/osdep.h"
#include "hw/i386/pc.h"
PCIBus *find_i440fx(void)
{
    return NULL;
}