Upstream: https://gitlab.com/qemu-project/qemu.git Upstream-Commit: d2e570cc0f97b936902a5b1b86b73c0f5998b475
14 lines
283 B
C
14 lines
283 B
C
|
|
#ifndef HW_I386_ACPI_BUILD_H
|
|
#define HW_I386_ACPI_BUILD_H
|
|
#include "hw/acpi/acpi-defs.h"
|
|
|
|
extern const struct AcpiGenericAddress x86_nvdimm_acpi_dsmio;
|
|
|
|
void acpi_setup(void);
|
|
Object *acpi_get_i386_pci_host(void);
|
|
|
|
GArray *acpi_build_madt_standalone(MachineState *machine);
|
|
|
|
#endif
|