aboutsummaryrefslogtreecommitdiff
path: root/stubs/pci-host-piix.c
blob: 93975adbfebbe73476087a8c75939546567b3a17 (plain)
1
2
3
4
5
6
7
#include "qemu/osdep.h"
#include "hw/pci-host/i440fx.h"

PCIBus *find_i440fx(void)
{
    return NULL;
}