]> git.ipfire.org Git - thirdparty/qemu.git/blob - stubs/pci-host-piix.c
stubs: add stubs for io_uring interface
[thirdparty/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 }