diff options
Diffstat (limited to 'sys/contrib/dev/acpica/aecommon.h')
-rw-r--r-- | sys/contrib/dev/acpica/aecommon.h | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/sys/contrib/dev/acpica/aecommon.h b/sys/contrib/dev/acpica/aecommon.h index b9f4659e4225..0dd1e5f65979 100644 --- a/sys/contrib/dev/acpica/aecommon.h +++ b/sys/contrib/dev/acpica/aecommon.h @@ -8,7 +8,7 @@ * * 1. Copyright Notice * - * Some or all of this work - Copyright (c) 1999 - 2005, Intel Corp. + * Some or all of this work - Copyright (c) 1999 - 2007, Intel Corp. * All rights reserved. * * 2. License @@ -135,6 +135,7 @@ #include <contrib/dev/acpica/acapps.h> extern FILE *AcpiGbl_DebugFile; +extern BOOLEAN AcpiGbl_IgnoreErrors; /* * Debug Regions @@ -145,6 +146,7 @@ typedef struct Region UINT32 Length; void *Buffer; void *NextRegion; + UINT8 SpaceId; } REGION; @@ -229,7 +231,12 @@ AeDisplayAllMethods ( UINT32 DisplayCount); ACPI_STATUS -AeInstallHandlers (void); +AeInstallHandlers ( + void); + +void +AeMiscellaneousTests ( + void); #endif /* _AECOMMON */ |