diff options
author | klu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524> | 2007-06-27 08:53:58 +0000 |
---|---|---|
committer | klu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524> | 2007-06-27 08:53:58 +0000 |
commit | 8a017eaf33986b0ca5e5f10a4aad8fb3811a36a5 (patch) | |
tree | 89f3be1c4df5213305e5701ec63dea1a02af4ee4 /MdePkg/Include/Pi/PiFirmwareVolume.h | |
parent | 7f18c1638e87a42db1accf36c7160bc7ca6608da (diff) | |
download | edk2-platforms-8a017eaf33986b0ca5e5f10a4aad8fb3811a36a5.tar.xz |
Convert msa to inf for UefiRuntimeLib
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2799 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdePkg/Include/Pi/PiFirmwareVolume.h')
-rw-r--r-- | MdePkg/Include/Pi/PiFirmwareVolume.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/MdePkg/Include/Pi/PiFirmwareVolume.h b/MdePkg/Include/Pi/PiFirmwareVolume.h index 9f558168cd..9d5b81604d 100644 --- a/MdePkg/Include/Pi/PiFirmwareVolume.h +++ b/MdePkg/Include/Pi/PiFirmwareVolume.h @@ -109,7 +109,12 @@ typedef struct { EFI_FV_BLOCK_MAP_ENTRY BlockMap[1];
} EFI_FIRMWARE_VOLUME_HEADER;
+#define EFI_FVH_SIGNATURE EFI_SIGNATURE_32 ('_', 'F', 'V', 'H')
+///
+/// Firmware Volume Header Revision definition
+///
+#define EFI_FVH_REVISION 0x01
//
// Extension header pointed by ExtHeaderOffset of volume header.
|