summaryrefslogtreecommitdiff
path: root/source/compiler/aslfiles.c
diff options
context:
space:
mode:
authorRobert Moore <Robert.Moore@intel.com>2010-05-21 14:19:32 -0700
committerRobert Moore <Robert.Moore@intel.com>2010-05-21 14:19:32 -0700
commitd6027aa4c5994400c26b309ebaa24e4b96b5d62e (patch)
treebe884328a38c9491d99aeebcdc438b3e5cffce91 /source/compiler/aslfiles.c
parent48ed9d4f7a4b4bd793730fb80d09dcc35bd0e511 (diff)
downloadacpica-d6027aa4c5994400c26b309ebaa24e4b96b5d62e.tar.gz
iASL: Support for Data Table Compiler.
Modifications to existing compiler that are required for the data table compiler.
Diffstat (limited to 'source/compiler/aslfiles.c')
-rw-r--r--source/compiler/aslfiles.c8
1 files changed, 1 insertions, 7 deletions
diff --git a/source/compiler/aslfiles.c b/source/compiler/aslfiles.c
index 8f498a1b9..c9f87f7f1 100644
--- a/source/compiler/aslfiles.c
+++ b/source/compiler/aslfiles.c
@@ -122,12 +122,6 @@
/* Local prototypes */
-static void
-FlOpenFile (
- UINT32 FileId,
- char *Filename,
- char *Mode);
-
FILE *
FlOpenIncludeWithPrefix (
char *PrefixDir,
@@ -212,7 +206,7 @@ FlFileError (
*
******************************************************************************/
-static void
+void
FlOpenFile (
UINT32 FileId,
char *Filename,