diff options
author | Jung-uk Kim <jkim@FreeBSD.org> | 2009-06-01 21:02:40 +0000 |
---|---|---|
committer | Jung-uk Kim <jkim@FreeBSD.org> | 2009-06-01 21:02:40 +0000 |
commit | e83ee77d7b009e11006d75946be388f7b99f9990 (patch) | |
tree | 73c1236e3073233e35dc547eb58ea55eafda9edc /include/acdebug.h | |
parent | 7029c194b68de13ac02301d603a5e3c180d220e6 (diff) |
Notes
Diffstat (limited to 'include/acdebug.h')
-rw-r--r-- | include/acdebug.h | 17 |
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 |