summaryrefslogtreecommitdiff
path: root/include/acpi/acdebug.h
diff options
context:
space:
mode:
authorLen Brown <len.brown@intel.com>2004-06-22 05:48:26 -0400
committerLen Brown <lenb@dhcppc3.>2004-06-22 05:48:26 -0400
commit24ee10968f574b0dfbb61ffbc2e6521d2cd21ada (patch)
tree418fb19f9bdb30b82ee0b0288e1b18826167d656 /include/acpi/acdebug.h
parent2d837fe9faa92591ed38090a62e168de37e8b763 (diff)
[ACPI] ACPICA 20040615 from Bob Moore
Implemented support for Buffer and String objects (as per ACPI 2.0) for the following ASL operators: LEqual, LGreater, LLess, LGreaterEqual, and LLessEqual.
Diffstat (limited to 'include/acpi/acdebug.h')
-rw-r--r--include/acpi/acdebug.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/acpi/acdebug.h b/include/acpi/acdebug.h
index 6beb5bbf4bfc..658c5f505872 100644
--- a/include/acpi/acdebug.h
+++ b/include/acpi/acdebug.h
@@ -106,6 +106,10 @@ acpi_db_method_end (
* dbcmds - debug commands and output routines
*/
+acpi_status
+acpi_db_disassemble_method (
+ char *name);
+
void
acpi_db_display_table_info (
char *table_arg);