diff options
author | klu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524> | 2007-07-18 18:20:45 +0000 |
---|---|---|
committer | klu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524> | 2007-07-18 18:20:45 +0000 |
commit | 2e765be2a15080a3cf65c9e6b933dc249c25d92f (patch) | |
tree | 6ecd024ce9a8af83f33c2ec02e55ac1e802d0fba /MdePkg/Include | |
parent | 986352bec8eed33153797d04d00d6a0fc01ea303 (diff) | |
download | edk2-platforms-2e765be2a15080a3cf65c9e6b933dc249c25d92f.tar.xz |
Rollback the change of EFI_FVB_ATTRIBUTE, because not clearly about how to change the EFI_FIRMWARE_VOLUME_BLOCK_PROTOCOL and the last check in block the Nt32 build
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3336 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdePkg/Include')
-rw-r--r-- | MdePkg/Include/Pi/PiFirmwareVolume.h | 4 | ||||
-rw-r--r-- | MdePkg/Include/Pi/PiPeiCis.h | 2 |
2 files changed, 3 insertions, 3 deletions
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;
diff --git a/MdePkg/Include/Pi/PiPeiCis.h b/MdePkg/Include/Pi/PiPeiCis.h index 59bff01f53..da7c46e587 100644 --- a/MdePkg/Include/Pi/PiPeiCis.h +++ b/MdePkg/Include/Pi/PiPeiCis.h @@ -607,7 +607,7 @@ EFI_STATUS **/
typedef struct {
- EFI_FVB2_ATTRIBUTES FvAttributes;
+ EFI_FVB_ATTRIBUTES FvAttributes;
EFI_GUID FvFormat;
EFI_GUID FvName;
VOID *FvStart;
|