1 /* SPDX-License-Identifier: GPL-2.0-only */
4 * Global ACPI memory region. This region is used for passing information
5 * between coreboot (aka "the system bios"), ACPI, and the SMI handler.
6 * Since we don't know where this will end up in memory at ACPI compile time,
7 * we provide it runtime via NVBx and NVSx variables from acpigen.
10 #if CONFIG(ACPI_SOC_NVS)
11 External (GNVS, OpRegionObj)
12 External (DNVS, OpRegionObj)