diff options
| author | Patrick Rudolph <[email protected]> | 2024-10-23 15:19:49 +0200 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2024-10-27 17:24:13 -0600 |
| commit | 04001adce1fa93fee3dfd4563bc01b7b046e588c (patch) | |
| tree | 72eaca9efa5c1585c1136164c8eb49463e226e7c /include | |
| parent | ea37e5064e20c63cbaa667cb8b81838d5bab65bb (diff) | |
acpi: Add define for GTDT
Add the interrupt flag used in ACPI GTDT table as define.
Signed-off-by: Patrick Rudolph <[email protected]>
Reviewed-by: Simon Glass <[email protected]>
Cc: Simon Glass <[email protected]>
Reviewed-by: Moritz Fischer <[email protected]>
Diffstat (limited to 'include')
| -rw-r--r-- | include/acpi/acpi_table.h | 2 |
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) * |
