From 24ee10968f574b0dfbb61ffbc2e6521d2cd21ada Mon Sep 17 00:00:00 2001 From: Len Brown Date: Tue, 22 Jun 2004 05:48:26 -0400 Subject: [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. --- include/acpi/acdebug.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'include/acpi/acdebug.h') 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); -- cgit v1.2.3