From dbd90a99cde8c4a942a41f095faa72f479694173 Mon Sep 17 00:00:00 2001 From: jkim Date: Wed, 11 Jul 2012 16:51:47 +0000 Subject: Import ACPICA 20120711. --- source/tools/acpihelp/acpihelp.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'source/tools/acpihelp/acpihelp.h') 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); -- cgit v1.1