hw/i386/acpi-build: Add ACPI PCI hot-plug methods to Q35
[qemu/kevin.git] / hw / i386 / acpi-build.h
blob487ec7710ff3a82ae5f2c0254a0ac2e58a420c89
2 #ifndef HW_I386_ACPI_BUILD_H
3 #define HW_I386_ACPI_BUILD_H
4 #include "hw/acpi/acpi-defs.h"
6 extern const struct AcpiGenericAddress x86_nvdimm_acpi_dsmio;
8 /* PCI Hot-plug registers bases. See docs/spec/acpi_pci_hotplug.txt */
9 #define ACPI_PCIHP_SEJ_BASE 0x8
10 #define ACPI_PCIHP_BNMR_BASE 0x10
12 void acpi_setup(void);
14 #endif