X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=EdkModulePkg%2FInclude%2FCommon%2FWorkingBlockHeader.h;fp=EdkModulePkg%2FInclude%2FCommon%2FWorkingBlockHeader.h;h=234ebdd77423d23c0e761f432361125f83853a1d;hp=235b740e83d7fc74bc9eb9902e9154e7399d1e54;hb=563671d4d7c483a53535475a2737eba71372d7a8;hpb=eece174ad00f11db8688a36f7c7ef57c9ced98db diff --git a/EdkModulePkg/Include/Common/WorkingBlockHeader.h b/EdkModulePkg/Include/Common/WorkingBlockHeader.h index 235b740e83..234ebdd774 100644 --- a/EdkModulePkg/Include/Common/WorkingBlockHeader.h +++ b/EdkModulePkg/Include/Common/WorkingBlockHeader.h @@ -32,13 +32,13 @@ Abstract: typedef struct { EFI_GUID Signature; UINT32 Crc; - UINT32 WorkingBlockValid : 1; - UINT32 WorkingBlockInvalid : 1; + UINT8 WorkingBlockValid : 1; + UINT8 WorkingBlockInvalid : 1; #define WORKING_BLOCK_VALID 0x1 #define WORKING_BLOCK_INVALID 0x2 - UINT32 Reserved : 6; + UINT8 Reserved : 6; UINT8 Reserved3[3]; - UINTN WriteQueueSize; + UINT32 WriteQueueSize; // // UINT8 WriteQueue[WriteQueueSize]; //