2020-05-20 15:19:47 +02:00
|
|
|
#ifndef HW_I386_ACPI_COMMON_H
|
|
|
|
#define HW_I386_ACPI_COMMON_H
|
|
|
|
#include "include/hw/acpi/acpi_dev_interface.h"
|
|
|
|
|
|
|
|
#include "include/hw/acpi/bios-linker-loader.h"
|
|
|
|
#include "include/hw/i386/x86.h"
|
|
|
|
|
|
|
|
/* Default IOAPIC ID */
|
|
|
|
#define ACPI_BUILD_IOAPIC_ID 0x0
|
|
|
|
|
|
|
|
void acpi_build_madt(GArray *table_data, BIOSLinker *linker,
|
2020-05-20 15:19:48 +02:00
|
|
|
X86MachineState *x86ms, AcpiDeviceIf *adev,
|
|
|
|
bool has_pci);
|
2020-05-20 15:19:47 +02:00
|
|
|
|
|
|
|
#endif
|