diff options
author | msmith <msmith@FreeBSD.org> | 2001-03-05 02:15:19 +0000 |
---|---|---|
committer | msmith <msmith@FreeBSD.org> | 2001-03-05 02:15:19 +0000 |
commit | cc64c75258cdd65688e8a27806ad0417bec44bb0 (patch) | |
tree | 5cc07fb8c5f739592d70f3af7590f2a0722a9a5a /sys/contrib/dev/acpica/acdebug.h | |
parent | 7948a3a80426e7bdc0728814e72cf46852c46576 (diff) | |
download | FreeBSD-src-cc64c75258cdd65688e8a27806ad0417bec44bb0.zip FreeBSD-src-cc64c75258cdd65688e8a27806ad0417bec44bb0.tar.gz |
Belated vendor update to the Intel ACPI CA 20010208 snapshot.
Diffstat (limited to 'sys/contrib/dev/acpica/acdebug.h')
-rw-r--r-- | sys/contrib/dev/acpica/acdebug.h | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/sys/contrib/dev/acpica/acdebug.h b/sys/contrib/dev/acpica/acdebug.h index 453710e..88a41b6 100644 --- a/sys/contrib/dev/acpica/acdebug.h +++ b/sys/contrib/dev/acpica/acdebug.h @@ -1,7 +1,7 @@ /****************************************************************************** * * Name: acdebug.h - ACPI/AML debugger - * $Revision: 39 $ + * $Revision: 41 $ * *****************************************************************************/ @@ -134,6 +134,7 @@ extern BOOLEAN opt_disasm; extern BOOLEAN opt_stats; extern BOOLEAN opt_parse_jit; extern BOOLEAN opt_verbose; +extern BOOLEAN opt_ini_methods; extern NATIVE_CHAR *Args[DB_MAX_ARGS]; @@ -289,6 +290,10 @@ void AcpiDbFindReferences ( NATIVE_CHAR *ObjectArg); +void +AcpiDbDisplayResources ( + NATIVE_CHAR *ObjectArg); + /* * dbdisasm - AML disassembler |