Standalone disassembler now uses namespace mgr for symbol table

date	2002.07.23.20.30.00;	author rmoore1;	state Exp;
This commit is contained in:
aystarik 2005-06-29 19:24:19 +00:00
parent 6cb61d3608
commit bfb432279a
1 changed files with 5 additions and 0 deletions

View File

@ -137,6 +137,10 @@ getopt (
char *opts);
ACPI_STATUS
AdInitialize (
void);
char *
FlGenerateFilename (
char *InputFilename,
@ -144,6 +148,7 @@ FlGenerateFilename (
ACPI_STATUS
AdAmlDisassemble (
BOOLEAN OutToFile,
char *Filename);
void