aboutsummaryrefslogtreecommitdiff
path: root/hw/acpi/acpi-x86-stub.c
blob: 9662a594adb39b4995e19c748d4985842d4635b9 (plain)
1
2
3
4
5
6
7
#include "qemu/osdep.h"
#include "hw/i386/acpi-build.h"

Object *acpi_get_i386_pci_host(void)
{
       return NULL;
}