diff options
| author | Len Brown <len.brown@intel.com> | 2004-06-22 05:48:26 -0400 |
|---|---|---|
| committer | Len Brown <lenb@dhcppc3.> | 2004-06-22 05:48:26 -0400 |
| commit | 24ee10968f574b0dfbb61ffbc2e6521d2cd21ada (patch) | |
| tree | 418fb19f9bdb30b82ee0b0288e1b18826167d656 /include/acpi/acdebug.h | |
| parent | 2d837fe9faa92591ed38090a62e168de37e8b763 (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.h | 4 |
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); |
