From dc6fd1d12903015726a8a6f87f63e86141576a68 Mon Sep 17 00:00:00 2001 From: Jose Marinho Date: Tue, 28 Mar 2023 10:50:46 +0100 Subject: 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 Cc: Sami Mujawar Cc: Samer El-Haj-Mahmoud Signed-off-by: Jose Marinho --- source/include/acglobal.h | 1 + 1 file changed, 1 insertion(+) (limited to 'source/include/acglobal.h') 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 */ -- cgit v1.2.1