diff options
| author | Jung-uk Kim <jkim@FreeBSD.org> | 2018-12-13 19:04:25 +0000 | 
|---|---|---|
| committer | Jung-uk Kim <jkim@FreeBSD.org> | 2018-12-13 19:04:25 +0000 | 
| commit | d28459aaaf532373b12c80aa5b869f8b591954e7 (patch) | |
| tree | 22941844047df08d63d286d7dfbf38f3a8f79e0f /source/compiler/aslcompiler.h | |
| parent | 4d4b15a0e8524e15826ac932bd05252dbd246422 (diff) | |
Notes
Diffstat (limited to 'source/compiler/aslcompiler.h')
| -rw-r--r-- | source/compiler/aslcompiler.h | 4 | 
1 files changed, 4 insertions, 0 deletions
diff --git a/source/compiler/aslcompiler.h b/source/compiler/aslcompiler.h index bd02879d584aa..c5e8cb0c2537d 100644 --- a/source/compiler/aslcompiler.h +++ b/source/compiler/aslcompiler.h @@ -475,6 +475,10 @@ AslExpectException (      char                    *MessageIdString);  ACPI_STATUS +AslElevateException ( +    char                    *MessageIdString); + +ACPI_STATUS  AslDisableException (      char                    *MessageIdString);  | 
