X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=EdkModulePkg%2FInclude%2FCommon%2FWorkingBlockHeader.h;h=234ebdd77423d23c0e761f432361125f83853a1d;hp=235b740e83d7fc74bc9eb9902e9154e7399d1e54;hb=e86976fff2a5320801222e73fc5d8c7dda5c5308;hpb=878ddf1fc3540a715f63594ed22b6929e881afb4 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]; //