mirror of https://github.com/acidanthera/audk.git
Correct ExtendedSize’s type to UINT32.
Signed-off-by: lzeng14 Reviewed-by: jyao1 git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@11833 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
2b2f353371
commit
044a53c12a
|
@ -173,7 +173,7 @@ typedef struct {
|
||||||
/// If FFS_ATTRIB_LARGE_FILE is set in Attributes, then ExtendedSize exists and Size must be set to zero.
|
/// If FFS_ATTRIB_LARGE_FILE is set in Attributes, then ExtendedSize exists and Size must be set to zero.
|
||||||
/// If FFS_ATTRIB_LARGE_FILE is not set then EFI_FFS_FILE_HEADER is used.
|
/// If FFS_ATTRIB_LARGE_FILE is not set then EFI_FFS_FILE_HEADER is used.
|
||||||
///
|
///
|
||||||
EFI_FFS_FILE_STATE ExtendedSize;
|
UINT32 ExtendedSize;
|
||||||
} EFI_FFS_FILE_HEADER2;
|
} EFI_FFS_FILE_HEADER2;
|
||||||
|
|
||||||
typedef UINT8 EFI_SECTION_TYPE;
|
typedef UINT8 EFI_SECTION_TYPE;
|
||||||
|
|
Loading…
Reference in New Issue