summaryrefslogtreecommitdiffstats
path: root/source/tools/acpihelp/acpihelp.h
diff options
context:
space:
mode:
authorjkim <jkim@FreeBSD.org>2012-07-11 16:51:47 +0000
committerjkim <jkim@FreeBSD.org>2012-07-11 16:51:47 +0000
commitdbd90a99cde8c4a942a41f095faa72f479694173 (patch)
treeadad4747b5f7a0166c805c0a7a6bdd4c884aa24b /source/tools/acpihelp/acpihelp.h
parentbed871bb76b9fc47b3a3595700ef242f22f33ea4 (diff)
downloadFreeBSD-src-dbd90a99cde8c4a942a41f095faa72f479694173.zip
FreeBSD-src-dbd90a99cde8c4a942a41f095faa72f479694173.tar.gz
Import ACPICA 20120711.
Diffstat (limited to 'source/tools/acpihelp/acpihelp.h')
-rw-r--r--source/tools/acpihelp/acpihelp.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/source/tools/acpihelp/acpihelp.h b/source/tools/acpihelp/acpihelp.h
index d1ac41d..58917c4 100644
--- a/source/tools/acpihelp/acpihelp.h
+++ b/source/tools/acpihelp/acpihelp.h
@@ -69,6 +69,7 @@
#define AH_DECODE_AML 4
#define AH_DECODE_AML_OPCODE 5
#define AH_DISPLAY_DEVICE_IDS 6
+#define AH_DECODE_EXCEPTION 7
#define AH_MAX_ASL_LINE_LENGTH 70
#define AH_MAX_AML_LINE_LENGTH 100
@@ -129,6 +130,10 @@ AhDecodeAmlOpcode (
char *Name);
void
+AhDecodeException (
+ char *Name);
+
+void
AhFindPredefinedNames (
char *Name);
OpenPOWER on IntegriCloud