summaryrefslogtreecommitdiffstats
path: root/sys/contrib/dev/acpica/aecommon.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/contrib/dev/acpica/aecommon.h')
-rw-r--r--sys/contrib/dev/acpica/aecommon.h13
1 files changed, 3 insertions, 10 deletions
diff --git a/sys/contrib/dev/acpica/aecommon.h b/sys/contrib/dev/acpica/aecommon.h
index 0dd1e5f..609e990 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 - 2007, Intel Corp.
+ * Some or all of this work - Copyright (c) 1999 - 2005, Intel Corp.
* All rights reserved.
*
* 2. License
@@ -135,7 +135,6 @@
#include <contrib/dev/acpica/acapps.h>
extern FILE *AcpiGbl_DebugFile;
-extern BOOLEAN AcpiGbl_IgnoreErrors;
/*
* Debug Regions
@@ -146,7 +145,6 @@ typedef struct Region
UINT32 Length;
void *Buffer;
void *NextRegion;
- UINT8 SpaceId;
} REGION;
@@ -185,7 +183,7 @@ typedef union ptr_ovl
#define OSD_PRINT(lvl,fp) TEST_OUTPUT_LEVEL(lvl) {\
AcpiOsPrintf PARAM_LIST(fp);}
-void __cdecl
+void
AeCtrlCHandler (
int Sig);
@@ -231,12 +229,7 @@ AeDisplayAllMethods (
UINT32 DisplayCount);
ACPI_STATUS
-AeInstallHandlers (
- void);
-
-void
-AeMiscellaneousTests (
- void);
+AeInstallHandlers (void);
#endif /* _AECOMMON */
OpenPOWER on IntegriCloud