diff options
author | Bob Moore <robert.moore@intel.com> | 2014-07-30 00:21:13 -0400 |
---|---|---|
committer | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | 2014-07-30 18:50:23 -0400 |
commit | 73bbca04867d2f75443cc7dadcf115258f06b25e (patch) | |
tree | 188949fe6d8db1569e74ea0bbef66bf7faa71808 /drivers/acpi/acpica/aclocal.h | |
parent | 3589b8b8af6bdc3aafe520d76a73b77d965006b6 (diff) |
ACPICA: acpihelp: Add UUID support, restructure some existing files.
This adds a -u option to acpi_help to display all known ACPI UUIDs.
Some existing files in the core code have been restructured.
Three new files.
[zetalog: changing drivers/acpi/acpica/Makefile accordingly]
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>
Diffstat (limited to 'drivers/acpi/acpica/aclocal.h')
-rw-r--r-- | drivers/acpi/acpica/aclocal.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/drivers/acpi/acpica/aclocal.h b/drivers/acpi/acpica/aclocal.h index 4c9fd7ceeb24..1f9aba5fb81f 100644 --- a/drivers/acpi/acpica/aclocal.h +++ b/drivers/acpi/acpica/aclocal.h | |||
@@ -1155,4 +1155,9 @@ struct ah_device_id { | |||
1155 | char *description; | 1155 | char *description; |
1156 | }; | 1156 | }; |
1157 | 1157 | ||
1158 | struct ah_uuid { | ||
1159 | char *description; | ||
1160 | char *string; | ||
1161 | }; | ||
1162 | |||
1158 | #endif /* __ACLOCAL_H__ */ | 1163 | #endif /* __ACLOCAL_H__ */ |