summaryrefslogtreecommitdiffstats
path: root/sys/contrib/dev/acpica/compiler/preprocess.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/contrib/dev/acpica/compiler/preprocess.h')
-rw-r--r--sys/contrib/dev/acpica/compiler/preprocess.h10
1 files changed, 7 insertions, 3 deletions
diff --git a/sys/contrib/dev/acpica/compiler/preprocess.h b/sys/contrib/dev/acpica/compiler/preprocess.h
index d0642877..9dc2bdb 100644
--- a/sys/contrib/dev/acpica/compiler/preprocess.h
+++ b/sys/contrib/dev/acpica/compiler/preprocess.h
@@ -267,14 +267,18 @@ PrReplaceData (
char *BufferToAdd,
UINT32 LengthToAdd);
-void
+FILE *
PrOpenIncludeFile (
- char *Filename);
+ char *Filename,
+ char *OpenMode,
+ char **FullPathname);
FILE *
PrOpenIncludeWithPrefix (
char *PrefixDir,
- char *Filename);
+ char *Filename,
+ char *OpenMode,
+ char **FullPathname);
void
PrPushInputFileStack (
OpenPOWER on IntegriCloud