aboutsummaryrefslogtreecommitdiff
path: root/hw/i386/acpi-build.h
blob: 487ec7710ff3a82ae5f2c0254a0ac2e58a420c89 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14

#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;

/* PCI Hot-plug registers bases. See docs/spec/acpi_pci_hotplug.txt */
#define ACPI_PCIHP_SEJ_BASE 0x8
#define ACPI_PCIHP_BNMR_BASE 0x10

void acpi_setup(void);

#endif