New command to disassemble methods

date	2004.06.15.17.44.00;	author rmoore1;	state Exp;
This commit is contained in:
aystarik 2005-06-29 19:29:18 +00:00
parent 0d6ffa5cc5
commit 06c4396a98

View File

@ -1,7 +1,7 @@
/******************************************************************************
*
* Name: acdebug.h - ACPI/AML debugger
* $Revision: 1.74 $
* $Revision: 1.75 $
*
*****************************************************************************/
@ -181,6 +181,10 @@ AcpiDbMethodEnd (
* dbcmds - debug commands and output routines
*/
ACPI_STATUS
AcpiDbDisassembleMethod (
char *Name);
void
AcpiDbDisplayTableInfo (
char *TableArg);