summaryrefslogtreecommitdiff
path: root/source/include/acglobal.h
diff options
context:
space:
mode:
authorJose Marinho <jose.marinho@arm.com>2023-03-28 10:50:46 +0100
committerJose Marinho <jose.marinho@arm.com>2023-05-09 09:24:04 +0100
commitdc6fd1d12903015726a8a6f87f63e86141576a68 (patch)
treee229f8d1935ef38c9b77dc31507b9af803332e4a /source/include/acglobal.h
parent2bc8fd497d1e2924845814f1d81378ec5601f63c (diff)
downloadacpica-dc6fd1d12903015726a8a6f87f63e86141576a68.tar.gz
Detect GED device and keep track of _EVT
The GED device is described by a _HID of ACPI0013. This code traverses the namespace identifying all GED devices. For each GED device in the namespace we record 1) the Interrupt objects and the _EVT method. This information is used when an interrupt is simulate. Cc: Catalin Marinas <catalin.marinas@arm.com> Cc: Sami Mujawar <sami.mujawar@arm.com> Cc: Samer El-Haj-Mahmoud <samer.el-haj-mahmoud@arm.com> Signed-off-by: Jose Marinho <jose.marinho@arm.com>
Diffstat (limited to 'source/include/acglobal.h')
-rw-r--r--source/include/acglobal.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/include/acglobal.h b/source/include/acglobal.h
index 28fc6514b..9df72a576 100644
--- a/source/include/acglobal.h
+++ b/source/include/acglobal.h
@@ -268,6 +268,7 @@ ACPI_GLOBAL (ACPI_TABLE_HANDLER, AcpiGbl_TableHandler);
ACPI_GLOBAL (void *, AcpiGbl_TableHandlerContext);
ACPI_GLOBAL (ACPI_INTERFACE_HANDLER, AcpiGbl_InterfaceHandler);
ACPI_GLOBAL (ACPI_SCI_HANDLER_INFO *, AcpiGbl_SciHandlerList);
+ACPI_GLOBAL (ACPI_GED_HANDLER_INFO *, AcpiGbl_GedHandlerList);
/* Owner ID support */