2
0

acpi-build.h 361 B

123456789101112131415
  1. #ifndef HW_I386_ACPI_BUILD_H
  2. #define HW_I386_ACPI_BUILD_H
  3. #include "hw/acpi/acpi-defs.h"
  4. extern const struct AcpiGenericAddress x86_nvdimm_acpi_dsmio;
  5. /* PCI Hot-plug registers bases. See docs/spec/acpi_pci_hotplug.txt */
  6. #define ACPI_PCIHP_SEJ_BASE 0x8
  7. #define ACPI_PCIHP_BNMR_BASE 0x10
  8. void acpi_setup(void);
  9. Object *acpi_get_i386_pci_host(void);
  10. #endif