From 7f6156ba5fb1eb342af5b43390439d390283fefd Mon Sep 17 00:00:00 2001 From: Bob Moore Date: Mon, 31 May 2010 09:22:12 +0800 Subject: [PATCH] --- yaml --- r: 206755 b: refs/heads/master c: 4461cf546ec8c97b6b997b8e533d6de1960499d3 h: refs/heads/master i: 206753: acf22d88ca1f84cf8db7556796f97c6eeb6a9554 206751: c6ad3067fef3cc5a6c56fd96494f633096c171a6 v: v3 --- [refs] | 2 +- trunk/include/acpi/actbl2.h | 9 +++++++++ 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/[refs] b/[refs] index dffe879d0a8e..0c6d26419300 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: a9fc03125ea0001ff18bc29da9539b587fdbd1d7 +refs/heads/master: 4461cf546ec8c97b6b997b8e533d6de1960499d3 diff --git a/trunk/include/acpi/actbl2.h b/trunk/include/acpi/actbl2.h index 95f4d0ef4819..0a600b8e53f4 100644 --- a/trunk/include/acpi/actbl2.h +++ b/trunk/include/acpi/actbl2.h @@ -79,6 +79,15 @@ #define ACPI_SIG_WDAT "WDAT" /* Watchdog Action Table */ #define ACPI_SIG_WDRT "WDRT" /* Watchdog Resource Table */ +#ifdef ACPI_UNDEFINED_TABLES +/* + * These tables have been seen in the field, but no definition has been found + */ +#define ACPI_SIG_ATKG "ATKG" +#define ACPI_SIG_GSCI "GSCI" /* GMCH SCI table */ +#define ACPI_SIG_IEIT "IEIT" +#endif + /* * All tables must be byte-packed to match the ACPI specification, since * the tables are provided by the system BIOS.