master
c 7 lines 118 Bytes
Raw
1 #include "qemu/osdep.h"
2 #include "hw/i386/acpi-build.h"
3
4 Object *acpi_get_i386_pci_host(void)
5 {
6 return NULL;
7 }