diff options
Diffstat (limited to 'source/tools/acpiexec/aecommon.h')
-rw-r--r-- | source/tools/acpiexec/aecommon.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source/tools/acpiexec/aecommon.h b/source/tools/acpiexec/aecommon.h index 4f560a22aab2..49a386be50a6 100644 --- a/source/tools/acpiexec/aecommon.h +++ b/source/tools/acpiexec/aecommon.h @@ -189,6 +189,7 @@ typedef struct ae_debug_regions } AE_DEBUG_REGIONS; +extern BOOLEAN AcpiGbl_UseLocalFaultHandler; extern BOOLEAN AcpiGbl_IgnoreErrors; extern BOOLEAN AcpiGbl_AbortLoopOnTimeout; extern UINT8 AcpiGbl_RegionFillValue; |