summaryrefslogtreecommitdiff
path: root/compiler/aslcompiler.h
diff options
context:
space:
mode:
authorJung-uk Kim <jkim@FreeBSD.org>2010-07-06 17:18:05 +0000
committerJung-uk Kim <jkim@FreeBSD.org>2010-07-06 17:18:05 +0000
commit6d31afa8e3ab79bfa6c97c341af73f4fc093351a (patch)
tree514e3ade7be23ac83127870abf009b5e5ae1d36f /compiler/aslcompiler.h
parentf2bf96d30fe08965ffd53a28099131ac030e43d5 (diff)
Notes
Diffstat (limited to 'compiler/aslcompiler.h')
-rw-r--r--compiler/aslcompiler.h14
1 files changed, 13 insertions, 1 deletions
diff --git a/compiler/aslcompiler.h b/compiler/aslcompiler.h
index 02adaa4764f2..ee4f5ccc4a0e 100644
--- a/compiler/aslcompiler.h
+++ b/compiler/aslcompiler.h
@@ -189,8 +189,12 @@ AslPushInputFileStack (
char *Filename);
/*
- * aslstartup - called from main
+ * aslstartup - entered from main()
*/
+void
+AslInitializeGlobals (
+ void);
+
ACPI_STATUS
AslDoOnePathname (
char *Pathname);
@@ -694,6 +698,10 @@ DbgPrint (
#define ASL_TREE_OUTPUT 2
void
+UtDisplaySupportedTables (
+ void);
+
+void
UtDisplayConstantOpcodes (
void);
@@ -1024,5 +1032,9 @@ ACPI_STATUS
DtDoCompile(
void);
+ACPI_STATUS
+DtCreateTemplates (
+ char *Signature);
+
#endif /* __ASLCOMPILER_H */