summaryrefslogtreecommitdiff
path: root/include/acdebug.h
diff options
context:
space:
mode:
authorJung-uk Kim <jkim@FreeBSD.org>2009-06-01 21:02:40 +0000
committerJung-uk Kim <jkim@FreeBSD.org>2009-06-01 21:02:40 +0000
commite83ee77d7b009e11006d75946be388f7b99f9990 (patch)
tree73c1236e3073233e35dc547eb58ea55eafda9edc /include/acdebug.h
parent7029c194b68de13ac02301d603a5e3c180d220e6 (diff)
Notes
Diffstat (limited to 'include/acdebug.h')
-rw-r--r--include/acdebug.h17
1 files changed, 15 insertions, 2 deletions
diff --git a/include/acdebug.h b/include/acdebug.h
index cdf566e78b50..6a9d51fe473a 100644
--- a/include/acdebug.h
+++ b/include/acdebug.h
@@ -1,7 +1,6 @@
/******************************************************************************
*
* Name: acdebug.h - ACPI/AML debugger
- * $Revision: 1.84 $
*
*****************************************************************************/
@@ -9,7 +8,7 @@
*
* 1. Copyright Notice
*
- * Some or all of this work - Copyright (c) 1999 - 2007, Intel Corp.
+ * Some or all of this work - Copyright (c) 1999 - 2009, Intel Corp.
* All rights reserved.
*
* 2. License
@@ -260,6 +259,13 @@ AcpiDbGenerateGpe (
char *GpeArg,
char *BlockArg);
+void
+AcpiDbCheckPredefinedNames (
+ void);
+
+void
+AcpiDbBatchExecute (
+ void);
/*
* dbdisply - debug display commands
@@ -307,6 +313,13 @@ AcpiDbDisplayArgumentObject (
ACPI_OPERAND_OBJECT *ObjDesc,
ACPI_WALK_STATE *WalkState);
+void
+AcpiDbCheckPredefinedNames (
+ void);
+
+void
+AcpiDbBatchExecute (
+ void);
/*
* dbexec - debugger control method execution