diff options
Diffstat (limited to 'hw/i386/acpi-common.h')
-rw-r--r-- | hw/i386/acpi-common.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/hw/i386/acpi-common.h b/hw/i386/acpi-common.h index b3c56ee..e305aaa 100644 --- a/hw/i386/acpi-common.h +++ b/hw/i386/acpi-common.h @@ -1,12 +1,15 @@ #ifndef HW_I386_ACPI_COMMON_H #define HW_I386_ACPI_COMMON_H +#include "hw/boards.h" #include "hw/acpi/bios-linker-loader.h" #include "hw/i386/x86.h" /* Default IOAPIC ID */ #define ACPI_BUILD_IOAPIC_ID 0x0 +void pc_madt_cpu_entry(int uid, const CPUArchIdList *apic_ids, + GArray *entry, bool force_enabled); void acpi_build_madt(GArray *table_data, BIOSLinker *linker, X86MachineState *x86ms, const char *oem_id, const char *oem_table_id); |