diff options
Diffstat (limited to 'source/include/acapps.h')
-rw-r--r-- | source/include/acapps.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/source/include/acapps.h b/source/include/acapps.h index 8266d49975c4..0d6bf9f99cf9 100644 --- a/source/include/acapps.h +++ b/source/include/acapps.h @@ -103,11 +103,18 @@ AcpiGetopt( char **argv, char *opts); +int +AcpiGetoptArgument ( + int argc, + char **argv); + extern int AcpiGbl_Optind; extern int AcpiGbl_Opterr; +extern int AcpiGbl_SubOptChar; extern char *AcpiGbl_Optarg; +#ifndef ACPI_DUMP_APP /* * adisasm */ @@ -212,5 +219,6 @@ AdWriteTable ( UINT32 Length, char *TableName, char *OemTableId); +#endif #endif /* _ACAPPS */ |