diff options
author | jkim <jkim@FreeBSD.org> | 2012-05-19 05:44:32 +0000 |
---|---|---|
committer | jkim <jkim@FreeBSD.org> | 2012-05-19 05:44:32 +0000 |
commit | 291c27508808bb5c9ab780eb971fe958491f1468 (patch) | |
tree | 83fbd480537714dcce335edc4aed3216f4e57816 /source/compiler/aslcompiler.h | |
parent | eb364ef2c90291c41e896d265d93fe21e48d02a7 (diff) | |
download | FreeBSD-src-291c27508808bb5c9ab780eb971fe958491f1468.zip FreeBSD-src-291c27508808bb5c9ab780eb971fe958491f1468.tar.gz |
Import ACPICA 20120518.
Diffstat (limited to 'source/compiler/aslcompiler.h')
-rw-r--r-- | source/compiler/aslcompiler.h | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/source/compiler/aslcompiler.h b/source/compiler/aslcompiler.h index 7eef917..937530d 100644 --- a/source/compiler/aslcompiler.h +++ b/source/compiler/aslcompiler.h @@ -166,7 +166,9 @@ CmCleanupAndExit ( ACPI_STATUS FlCheckForAscii ( - ASL_FILE_INFO *FileInfo); + FILE *Handle, + char *Filename, + BOOLEAN DisplayErrors); /* @@ -608,6 +610,11 @@ void FlAddIncludeDirectory ( char *Dir); +char * +FlMergePathnames ( + char *PrefixDir, + char *FilePathname); + void FlOpenIncludeFile ( ACPI_PARSE_OBJECT *Op); |