From f2bf96d30fe08965ffd53a28099131ac030e43d5 Mon Sep 17 00:00:00 2001 From: Jung-uk Kim Date: Fri, 28 May 2010 18:46:48 +0000 Subject: Import ACPICA 20100528. --- compiler/aslcompiler.h | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) (limited to 'compiler/aslcompiler.h') diff --git a/compiler/aslcompiler.h b/compiler/aslcompiler.h index 804713b00d978..02adaa4764f28 100644 --- a/compiler/aslcompiler.h +++ b/compiler/aslcompiler.h @@ -222,6 +222,10 @@ void CmCleanupAndExit ( void); +ACPI_STATUS +FlCheckForAscii ( + ASL_FILE_INFO *FileInfo); + /* * aslanalyze - semantic analysis @@ -425,6 +429,16 @@ CgGenerateAmlOutput ( void); +/* + * aslfile + */ +void +FlOpenFile ( + UINT32 FileId, + char *Filename, + char *Mode); + + /* * asllength - calculate/adjust AML package lengths */ @@ -1003,5 +1017,12 @@ RsDoWordBusNumberDescriptor ( ACPI_PARSE_OBJECT *Op, UINT32 CurrentByteOffset); +/* + * Entry to data table compiler subsystem + */ +ACPI_STATUS +DtDoCompile( + void); + #endif /* __ASLCOMPILER_H */ -- cgit v1.2.3