diff options
Diffstat (limited to 'source/include/acapps.h')
-rw-r--r-- | source/include/acapps.h | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/source/include/acapps.h b/source/include/acapps.h index ad676cbc13e9..fa8e3866db09 100644 --- a/source/include/acapps.h +++ b/source/include/acapps.h @@ -45,8 +45,6 @@ #define _ACAPPS -#pragma pack(push) /* Set default struct packing */ - #ifdef _MSC_VER /* disable some level-4 warnings */ #pragma warning(disable:4100) /* warning C4100: unreferenced formal parameter */ #endif @@ -116,6 +114,14 @@ extern int AcpiGbl_SubOptChar; extern char *AcpiGbl_Optarg; +/* + * cmfsize - Common get file size function + */ +UINT32 +CmGetFileSize ( + FILE *File); + + #ifndef ACPI_DUMP_APP /* * adisasm @@ -221,6 +227,4 @@ AdWriteTable ( char *OemTableId); #endif -#pragma pack(pop) /* Restore original struct packing */ - #endif /* _ACAPPS */ |