aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/acpi/acpica/acglobal.h
diff options
context:
space:
mode:
authorBob Moore <robert.moore@intel.com>2012-06-28 21:12:59 -0400
committerLen Brown <len.brown@intel.com>2012-07-14 11:17:29 -0400
commit40cdb368d3698ea21f03fcde32461d98ad3a12a2 (patch)
treef9cea2f8eeda298cc3428edfbae4a72b142c980a /drivers/acpi/acpica/acglobal.h
parent9748f313101c95dcc65f5dddd1c2ea99b7ce3e9b (diff)
ACPICA: Disassembler: Emit descriptions for ACPI predefined names
For each predefined name, emit a short description within a comment. https://www.acpica.org/bugzilla/show_bug.cgi?id=959 Signed-off-by: Bob Moore <robert.moore@intel.com> Signed-off-by: Lin Ming <ming.m.lin@intel.com> Signed-off-by: Len Brown <len.brown@intel.com>
Diffstat (limited to 'drivers/acpi/acpica/acglobal.h')
-rw-r--r--drivers/acpi/acpica/acglobal.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/drivers/acpi/acpica/acglobal.h b/drivers/acpi/acpica/acglobal.h
index dec7994d405c..92fab6a8114f 100644
--- a/drivers/acpi/acpica/acglobal.h
+++ b/drivers/acpi/acpica/acglobal.h
@@ -462,4 +462,12 @@ ACPI_EXTERN u32 acpi_gbl_size_of_acpi_objects;
462 462
463#endif /* ACPI_DEBUGGER */ 463#endif /* ACPI_DEBUGGER */
464 464
465/*****************************************************************************
466 *
467 * Info/help support
468 *
469 ****************************************************************************/
470
471extern const struct ah_predefined_name asl_predefined_info[];
472
465#endif /* __ACGLOBAL_H__ */ 473#endif /* __ACGLOBAL_H__ */