diff options
Diffstat (limited to 'compiler/aslcompiler.h')
-rw-r--r-- | compiler/aslcompiler.h | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/compiler/aslcompiler.h b/compiler/aslcompiler.h index 02adaa4..ee4f5cc 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 */ |