| 1 | |
| 2 | #ifndef HW_I386_ACPI_BUILD_H |
| 3 | #define HW_I386_ACPI_BUILD_H |
| 4 | #include "hw/acpi/acpi-defs.h" |
| 5 | |
| 6 | extern const struct AcpiGenericAddress x86_nvdimm_acpi_dsmio; |
| 7 | |
| 8 | void acpi_setup(void); |
| 9 | Object *acpi_get_i386_pci_host(void); |
| 10 | |
| 11 | GArray *acpi_build_madt_standalone(MachineState *machine); |
| 12 | |
| 13 | #endif |