]> git.proxmox.com Git - mirror_qemu.git/blob - stubs/pci-host-piix.c
hw/pci-host/piix: Move i440FX declarations to hw/pci-host/i440fx.h
[mirror_qemu.git] / stubs / pci-host-piix.c
1 #include "qemu/osdep.h"
2 #include "hw/pci-host/i440fx.h"
3
4 PCIBus *find_i440fx(void)
5 {
6 return NULL;
7 }