diff options
author | msmith <msmith@FreeBSD.org> | 2001-05-29 19:52:40 +0000 |
---|---|---|
committer | msmith <msmith@FreeBSD.org> | 2001-05-29 19:52:40 +0000 |
commit | bc4d4229dc8150c1877e8673fb6be5be18487b6d (patch) | |
tree | a1bc1b7537f2d89240bd2e92ac027e82c5efeb6c /sys/contrib/dev/acpica/acdebug.h | |
parent | 3c0029a0e89e19ec6ede20d15284dabefb4466b0 (diff) | |
download | FreeBSD-src-bc4d4229dc8150c1877e8673fb6be5be18487b6d.zip FreeBSD-src-bc4d4229dc8150c1877e8673fb6be5be18487b6d.tar.gz |
Import the 20010518 Intel ACPI CA release. Note that Intel's directory layout
keeps changing, so to reduce repository thrash everything has been moved into
a single directory. (repo copy involved)
Diffstat (limited to 'sys/contrib/dev/acpica/acdebug.h')
-rw-r--r-- | sys/contrib/dev/acpica/acdebug.h | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/sys/contrib/dev/acpica/acdebug.h b/sys/contrib/dev/acpica/acdebug.h index 88a41b6..0a1c293 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: 41 $ + * $Revision: 44 $ * *****************************************************************************/ @@ -127,7 +127,7 @@ extern int optind; extern NATIVE_CHAR *optarg; extern UINT8 *AmlPtr; -extern UINT32 AcpiAmlLength; +extern UINT32 AmlLength; extern BOOLEAN opt_tables; extern BOOLEAN opt_disasm; @@ -291,6 +291,10 @@ AcpiDbFindReferences ( NATIVE_CHAR *ObjectArg); void +AcpiDbDisplayLocks (void); + + +void AcpiDbDisplayResources ( NATIVE_CHAR *ObjectArg); @@ -394,7 +398,7 @@ AcpiDbCreateExecutionThreads ( * dbfileio - Debugger file I/O commands */ -OBJECT_TYPE_INTERNAL +ACPI_OBJECT_TYPE8 AcpiDbMatchArgument ( NATIVE_CHAR *UserArgument, ARGUMENT_INFO *Arguments); |