summaryrefslogtreecommitdiff
path: root/compiler/aslcompiler.h
diff options
context:
space:
mode:
authorJung-uk Kim <jkim@FreeBSD.org>2010-03-05 19:58:45 +0000
committerJung-uk Kim <jkim@FreeBSD.org>2010-03-05 19:58:45 +0000
commit6e5c66621e4fd1bac329fef86cb2c60491b539a9 (patch)
tree0be33ec592058c38b9f9acfda3c00ed09663ccd8 /compiler/aslcompiler.h
parentf154176708d42f8a4778e3cf4b55e45b4a2be545 (diff)
Notes
Diffstat (limited to 'compiler/aslcompiler.h')
-rw-r--r--compiler/aslcompiler.h21
1 files changed, 20 insertions, 1 deletions
diff --git a/compiler/aslcompiler.h b/compiler/aslcompiler.h
index 76bf51a8b95d..cf6c8f3ce018 100644
--- a/compiler/aslcompiler.h
+++ b/compiler/aslcompiler.h
@@ -452,8 +452,27 @@ ACPI_OBJECT_TYPE
AslMapNamedOpcodeToDataType (
UINT16 Opcode);
+
+/*
+ * aslpredef - ACPI predefined names support
+ */
+void
+ApCheckForPredefinedMethod (
+ ACPI_PARSE_OBJECT *Op,
+ ASL_METHOD_INFO *MethodInfo);
+
+UINT32
+ApCheckForPredefinedName (
+ ACPI_PARSE_OBJECT *Op,
+ char *Name);
+
+void
+ApCheckForPredefinedObject (
+ ACPI_PARSE_OBJECT *Op,
+ char *Name);
+
void
-MpDisplayReservedNames (
+ApDisplayReservedNames (
void);