diff options
author | Hao Wu <hao.a.wu@intel.com> | 2016-02-02 13:09:42 +0800 |
---|---|---|
committer | Hao Wu <hao.a.wu@intel.com> | 2016-04-13 10:42:19 +0800 |
commit | 88bae0c53c55b8453de6464035153a3dd4311ac5 (patch) | |
tree | ca4f790ef3effcc7264ab67fb1df96e8a4661c4a /MdePkg/MdePkg.dec | |
parent | d7138804eeaa03c2c18c2de07f5d5e0d66863697 (diff) | |
download | edk2-platforms-88bae0c53c55b8453de6464035153a3dd4311ac5.tar.xz |
MdePkg: Add EFI Erase Block Protocol definitions
This protocol is newly introduced in UEFI 2.6 spec.
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Hao Wu <hao.a.wu@intel.com>
Reviewed-by: Feng Tian <feng.tian@intel.com>
Diffstat (limited to 'MdePkg/MdePkg.dec')
-rw-r--r-- | MdePkg/MdePkg.dec | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/MdePkg/MdePkg.dec b/MdePkg/MdePkg.dec index 10de2995e8..458d568038 100644 --- a/MdePkg/MdePkg.dec +++ b/MdePkg/MdePkg.dec @@ -1628,6 +1628,9 @@ ## Include/Protocol/SdMmcPassThru.h
gEfiSdMmcPassThruProtocolGuid = { 0x716ef0d9, 0xff83, 0x4f69, {0x81, 0xe9, 0x51, 0x8b, 0xd3, 0x9a, 0x8e, 0x70 }}
+ ## Include/Protocol/EraseBlock.h
+ gEfiEraseBlockProtocolGuid = { 0x95a9a93e, 0xa86e, 0x4926, {0xaa, 0xef, 0x99, 0x18, 0xe7, 0x72, 0xd9, 0x87 }}
+
#
# [Error.gEfiMdePkgTokenSpaceGuid]
# 0x80000001 | Invalid value provided.
|