X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=MdePkg%2FInclude%2FPi%2FPiFirmwareVolume.h;h=7675df016c3052d58eee58446f367ef0cbff03bb;hp=8406f4abde5bb6f623dbb922d6b7b104991566d8;hb=2e765be2a15080a3cf65c9e6b933dc249c25d92f;hpb=dcab253b057f81236757d34a7222ad58fa478f5d diff --git a/MdePkg/Include/Pi/PiFirmwareVolume.h b/MdePkg/Include/Pi/PiFirmwareVolume.h index 8406f4abde..7675df016c 100644 --- a/MdePkg/Include/Pi/PiFirmwareVolume.h +++ b/MdePkg/Include/Pi/PiFirmwareVolume.h @@ -30,7 +30,7 @@ typedef UINT32 EFI_FV_FILE_ATTRIBUTES; #define EFI_FV_FILE_ATTRIB_FIXED 0x00000100 #define EFI_FV_FILE_ATTRIB_MEMORY_MAPPED 0x00000200 -typedef UINT32 EFI_FVB2_ATTRIBUTES; +typedef UINT32 EFI_FVB_ATTRIBUTES; // // Attributes bit definitions @@ -98,7 +98,7 @@ typedef struct { EFI_GUID FileSystemGuid; UINT64 FvLength; UINT32 Signature; - EFI_FVB2_ATTRIBUTES Attributes; + EFI_FVB_ATTRIBUTES Attributes; UINT16 HeaderLength; UINT16 Checksum; UINT16 ExtHeaderOffset;