mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-07-28 21:03:54 -06:00

Update the reference for QEMU's ACPI PCI hotplug device interface. Also, use the possessive form in the comment. Signed-off-by: Gustavo Romero <gustavo.romero@linaro.org> Message-ID: <20250504215639.54860-9-gustavo.romero@linaro.org> Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
15 lines
362 B
C
15 lines
362 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;
|
|
|
|
/* PCI Hot-plug registers' base. See docs/specs/acpi_pci_hotplug.rst */
|
|
#define ACPI_PCIHP_SEJ_BASE 0x8
|
|
#define ACPI_PCIHP_BNMR_BASE 0x10
|
|
|
|
void acpi_setup(void);
|
|
Object *acpi_get_i386_pci_host(void);
|
|
|
|
#endif
|