diff options
Diffstat (limited to 'source/compiler/aslcompiler.h')
| -rw-r--r-- | source/compiler/aslcompiler.h | 8 | 
1 files changed, 8 insertions, 0 deletions
| diff --git a/source/compiler/aslcompiler.h b/source/compiler/aslcompiler.h index 09b3f6c2f66c..c68fcb45cc2b 100644 --- a/source/compiler/aslcompiler.h +++ b/source/compiler/aslcompiler.h @@ -661,6 +661,10 @@ FlPrintFile (      ...);  void +FlDeleteFile ( +    UINT32                  FileId); + +void  FlSetLineNumber (      UINT32                  LineNumber); @@ -779,6 +783,10 @@ char *  UtGetStringBuffer (      UINT32                  Length); +void +UtExpandLineBuffers ( +    void); +  ACPI_STATUS  UtInternalizeName (      char                    *ExternalName, | 
