diff options
author | Jung-uk Kim <jkim@FreeBSD.org> | 2020-11-13 21:41:15 +0000 |
---|---|---|
committer | Jung-uk Kim <jkim@FreeBSD.org> | 2020-11-13 21:41:15 +0000 |
commit | 960614968e0da10b32875a57ea1e30cc9c85b5e0 (patch) | |
tree | aaf48208a3fb6bc556d860f5100f5a26b92a4a96 /source/tools/acpihelp/acpihelp.h | |
parent | e09636e66f40fad3b03a8dd4b86b1a371c435631 (diff) |
Notes
Diffstat (limited to 'source/tools/acpihelp/acpihelp.h')
-rw-r--r-- | source/tools/acpihelp/acpihelp.h | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/source/tools/acpihelp/acpihelp.h b/source/tools/acpihelp/acpihelp.h index 637f274720ab..1ce8b0bf372e 100644 --- a/source/tools/acpihelp/acpihelp.h +++ b/source/tools/acpihelp/acpihelp.h @@ -225,7 +225,8 @@ typedef enum AH_DISPLAY_DEVICE_IDS, AH_DISPLAY_UUIDS, AH_DISPLAY_TABLES, - AH_DISPLAY_DIRECTIVES + AH_DISPLAY_DIRECTIVES, + AH_DECODE_ASL_EXCEPTION } AH_OPTION_TYPES; @@ -297,6 +298,10 @@ AhDecodeException ( char *Name); void +AhDecodeAslException ( + char *Name); + +void AhFindPredefinedNames ( char *Name); |