xref: /qemu/hw/i386/acpi-build.h (revision 67958690c8a14eb9451eb04815c125089e2ea4a5)
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 /* PCI Hot-plug registers' base. See docs/specs/acpi_pci_hotplug.rst */
9 #define ACPI_PCIHP_SEJ_BASE 0x8
10 #define ACPI_PCIHP_BNMR_BASE 0x10
11 
12 void acpi_setup(void);
13 Object *acpi_get_i386_pci_host(void);
14 
15 #endif
16