From: Bob Moore Date: Thu, 21 May 2015 02:31:52 +0000 (+0800) Subject: ACPICA: acpi_help: Add option to display all known/supported ACPI tables. X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=0bb346cca1899542cdad470f2416070881d54437;p=deliverable%2Flinux.git ACPICA: acpi_help: Add option to display all known/supported ACPI tables. ACPICA commit d6d003556c6fc22e067d5d511577128a661266c3 -t option displays all ACPI tables. Link: https://github.com/acpica/acpica/commit/d6d00355 Signed-off-by: Bob Moore Signed-off-by: Lv Zheng Signed-off-by: Rafael J. Wysocki --- diff --git a/drivers/acpi/acpica/aclocal.h b/drivers/acpi/acpica/aclocal.h index 3596958427cd..ffdb956391f6 100644 --- a/drivers/acpi/acpica/aclocal.h +++ b/drivers/acpi/acpica/aclocal.h @@ -1175,4 +1175,9 @@ struct ah_uuid { char *string; }; +struct ah_table { + char *signature; + char *description; +}; + #endif /* __ACLOCAL_H__ */