summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Rudolph <patrick.rudolph@9elements.com>2024-10-23 15:19:49 +0200
committerTom Rini <trini@konsulko.com>2024-10-27 17:24:13 -0600
commit04001adce1fa93fee3dfd4563bc01b7b046e588c (patch)
tree72eaca9efa5c1585c1136164c8eb49463e226e7c
parentea37e5064e20c63cbaa667cb8b81838d5bab65bb (diff)
acpi: Add define for GTDT
Add the interrupt flag used in ACPI GTDT table as define. Signed-off-by: Patrick Rudolph <patrick.rudolph@9elements.com> Reviewed-by: Simon Glass <sjg@chromium.org> Cc: Simon Glass <sjg@chromium.org> Reviewed-by: Moritz Fischer <moritzf@google.com>
-rw-r--r--include/acpi/acpi_table.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/acpi/acpi_table.h b/include/acpi/acpi_table.h
index a1bdab73059..c6a3e44a952 100644
--- a/include/acpi/acpi_table.h
+++ b/include/acpi/acpi_table.h
@@ -707,6 +707,8 @@ struct acpi_gtdt {
u32 virt_el2_flags;
} __packed;
+#define GTDT_FLAG_INT_ACTIVE_LOW BIT(1)
+
/**
* struct acpi_bgrt - Boot Graphics Resource Table (BGRT)
*