]> Git Repo - qemu.git/blob - hw/i386/acpi-common.h
tests/docker: Remove the remainders of debian9 containers from the Makefile
[qemu.git] / hw / i386 / acpi-common.h
1 #ifndef HW_I386_ACPI_COMMON_H
2 #define HW_I386_ACPI_COMMON_H
3 #include "include/hw/acpi/acpi_dev_interface.h"
4
5 #include "include/hw/acpi/bios-linker-loader.h"
6 #include "include/hw/i386/x86.h"
7
8 /* Default IOAPIC ID */
9 #define ACPI_BUILD_IOAPIC_ID 0x0
10
11 void acpi_build_madt(GArray *table_data, BIOSLinker *linker,
12                      X86MachineState *x86ms, AcpiDeviceIf *adev);
13
14 #endif
This page took 0.02722 seconds and 4 git commands to generate.