diff options
author | xli24 <xli24@6f19259b-4bc3-4df7-8a09-765794883524> | 2007-09-06 05:23:05 +0000 |
---|---|---|
committer | xli24 <xli24@6f19259b-4bc3-4df7-8a09-765794883524> | 2007-09-06 05:23:05 +0000 |
commit | 22142dbf7d3c6e89df76ad25be41358833337b15 (patch) | |
tree | 9c99afad9af5d90231671631d344cae6ad842b3b /MdePkg/Include/Protocol/FirmwareVolume2.h | |
parent | 07e3550e9ad40806d54261d65123de2628129912 (diff) | |
download | edk2-22142dbf7d3c6e89df76ad25be41358833337b15.tar.gz edk2-22142dbf7d3c6e89df76ad25be41358833337b15.tar.bz2 edk2-22142dbf7d3c6e89df76ad25be41358833337b15.zip |
Roll back the change made in rev.3778, which is a temporary fix for the issue that Tiger could not boot to OS with revision Edk2-r3776_R9-r2666. Now the root cause has been located and fixed, so it should be rolled back.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3783 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdePkg/Include/Protocol/FirmwareVolume2.h')
-rw-r--r-- | MdePkg/Include/Protocol/FirmwareVolume2.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MdePkg/Include/Protocol/FirmwareVolume2.h b/MdePkg/Include/Protocol/FirmwareVolume2.h index e863f582d3..42ad7e65fc 100644 --- a/MdePkg/Include/Protocol/FirmwareVolume2.h +++ b/MdePkg/Include/Protocol/FirmwareVolume2.h @@ -23,7 +23,7 @@ #define __FIRMWARE_VOLUME2_H__
#define EFI_FIRMWARE_VOLUME2_PROTOCOL_GUID \
- { 0x389F751F, 0x1838, 0x4388, {0x83, 0x90, 0xCD, 0x81, 0x54, 0xBD, 0x27, 0xF8 } }
+ { 0x220e73b6, 0x6bdb, 0x4413, { 0x84, 0x5, 0xb9, 0x74, 0xb1, 0x8, 0x61, 0x9a } }
typedef struct _EFI_FIRMWARE_VOLUME2_PROTOCOL EFI_FIRMWARE_VOLUME2_PROTOCOL;
|