diff options
Diffstat (limited to 'source/tools/acpihelp/acpihelp.h')
-rw-r--r-- | source/tools/acpihelp/acpihelp.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/source/tools/acpihelp/acpihelp.h b/source/tools/acpihelp/acpihelp.h index d1ac41d38bdd..58917c4cc982 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); |