diff options
author | jkim <jkim@FreeBSD.org> | 2009-06-25 23:20:50 +0000 |
---|---|---|
committer | jkim <jkim@FreeBSD.org> | 2009-06-25 23:20:50 +0000 |
commit | b0288ab5352e77c07fffaf51a4193f8de02a7aec (patch) | |
tree | 90ff140546ac1c8f9223f343715887361e86492a /include/acdebug.h | |
parent | 02935ea0ac5fb3dfc5e452b2a18288d7e523dc1b (diff) | |
download | FreeBSD-src-b0288ab5352e77c07fffaf51a4193f8de02a7aec.zip FreeBSD-src-b0288ab5352e77c07fffaf51a4193f8de02a7aec.tar.gz |
Import ACPICA 20090625
Diffstat (limited to 'include/acdebug.h')
-rw-r--r-- | include/acdebug.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/include/acdebug.h b/include/acdebug.h index 6a9d51f..dedaa64 100644 --- a/include/acdebug.h +++ b/include/acdebug.h @@ -313,13 +313,6 @@ AcpiDbDisplayArgumentObject ( ACPI_OPERAND_OBJECT *ObjDesc, ACPI_WALK_STATE *WalkState); -void -AcpiDbCheckPredefinedNames ( - void); - -void -AcpiDbBatchExecute ( - void); /* * dbexec - debugger control method execution |