aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/acpi/actbl2.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/include/acpi/actbl2.h b/include/acpi/actbl2.h
index 95f4d0ef4819..0a600b8e53f4 100644
--- a/include/acpi/actbl2.h
+++ b/include/acpi/actbl2.h
@@ -79,6 +79,15 @@
79#define ACPI_SIG_WDAT "WDAT" /* Watchdog Action Table */ 79#define ACPI_SIG_WDAT "WDAT" /* Watchdog Action Table */
80#define ACPI_SIG_WDRT "WDRT" /* Watchdog Resource Table */ 80#define ACPI_SIG_WDRT "WDRT" /* Watchdog Resource Table */
81 81
82#ifdef ACPI_UNDEFINED_TABLES
83/*
84 * These tables have been seen in the field, but no definition has been found
85 */
86#define ACPI_SIG_ATKG "ATKG"
87#define ACPI_SIG_GSCI "GSCI" /* GMCH SCI table */
88#define ACPI_SIG_IEIT "IEIT"
89#endif
90
82/* 91/*
83 * All tables must be byte-packed to match the ACPI specification, since 92 * All tables must be byte-packed to match the ACPI specification, since
84 * the tables are provided by the system BIOS. 93 * the tables are provided by the system BIOS.