mirror of https://gitee.com/openkylin/linux.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 <robert.moore@intel.com> Signed-off-by: Lv Zheng <lv.zheng@intel.com> Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
This commit is contained in:
parent
5b0bbfbd56
commit
0bb346cca1
|
@ -1175,4 +1175,9 @@ struct ah_uuid {
|
|||
char *string;
|
||||
};
|
||||
|
||||
struct ah_table {
|
||||
char *signature;
|
||||
char *description;
|
||||
};
|
||||
|
||||
#endif /* __ACLOCAL_H__ */
|
||||
|
|
Loading…
Reference in New Issue