summaryrefslogtreecommitdiffstats
path: root/sys/contrib/dev/acpica/acdebug.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/contrib/dev/acpica/acdebug.h')
-rw-r--r--sys/contrib/dev/acpica/acdebug.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/sys/contrib/dev/acpica/acdebug.h b/sys/contrib/dev/acpica/acdebug.h
index c27eebe..2ea965c 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: 74 $
+ * $Revision: 75 $
*
*****************************************************************************/
@@ -181,6 +181,10 @@ AcpiDbMethodEnd (
* dbcmds - debug commands and output routines
*/
+ACPI_STATUS
+AcpiDbDisassembleMethod (
+ char *Name);
+
void
AcpiDbDisplayTableInfo (
char *TableArg);
OpenPOWER on IntegriCloud