summaryrefslogtreecommitdiff
path: root/source/tools/acpiexec/aecommon.h
diff options
context:
space:
mode:
Diffstat (limited to 'source/tools/acpiexec/aecommon.h')
-rw-r--r--source/tools/acpiexec/aecommon.h17
1 files changed, 17 insertions, 0 deletions
diff --git a/source/tools/acpiexec/aecommon.h b/source/tools/acpiexec/aecommon.h
index c27338d3d5a09..a14ae6406817d 100644
--- a/source/tools/acpiexec/aecommon.h
+++ b/source/tools/acpiexec/aecommon.h
@@ -56,6 +56,7 @@
#include "acdebug.h"
#include "actables.h"
#include "acinterp.h"
+#include "amlresrc.h"
#include "acapps.h"
#include <stdio.h>
@@ -69,6 +70,7 @@ extern UINT8 AcpiGbl_UseHwReducedFadt;
extern BOOLEAN AcpiGbl_DisplayRegionAccess;
extern BOOLEAN AcpiGbl_DoInterfaceTests;
extern BOOLEAN AcpiGbl_LoadTestTables;
+extern ACPI_CONNECTION_INFO AeMyContext;
/* Check for unexpected exceptions */
@@ -196,4 +198,19 @@ AeGlobalEventHandler (
UINT32 EventNumber,
void *Context);
+/* aeregion */
+
+ACPI_STATUS
+AeInstallDeviceHandlers (
+ void);
+
+void
+AeInstallRegionHandlers (
+ void);
+
+void
+AeOverrideRegionHandlers (
+ void);
+
+
#endif /* _AECOMMON */