From ebef5c959a0ea58fa05c4a5a80bb93104780bf87 Mon Sep 17 00:00:00 2001 From: Jung-uk Kim Date: Fri, 14 Sep 2012 22:53:11 +0000 Subject: Import ACPICA 20120913. --- source/compiler/aslcompiler.h | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'source/compiler/aslcompiler.h') diff --git a/source/compiler/aslcompiler.h b/source/compiler/aslcompiler.h index 09b3f6c2f66c1..c68fcb45cc2b9 100644 --- a/source/compiler/aslcompiler.h +++ b/source/compiler/aslcompiler.h @@ -660,6 +660,10 @@ FlPrintFile ( char *Format, ...); +void +FlDeleteFile ( + UINT32 FileId); + void FlSetLineNumber ( UINT32 LineNumber); @@ -779,6 +783,10 @@ char * UtGetStringBuffer ( UINT32 Length); +void +UtExpandLineBuffers ( + void); + ACPI_STATUS UtInternalizeName ( char *ExternalName, -- cgit v1.2.3