summaryrefslogtreecommitdiff
path: root/MdePkg/Include/Protocol/ScsiPassThruExt.h
diff options
context:
space:
mode:
authorlgao4 <lgao4@6f19259b-4bc3-4df7-8a09-765794883524>2008-10-10 04:50:16 +0000
committerlgao4 <lgao4@6f19259b-4bc3-4df7-8a09-765794883524>2008-10-10 04:50:16 +0000
commiteecd469b1064cd253f0b1c666659505659f8d121 (patch)
treef2eda5ab7bca53a883eb157b82c7eb6c1f9467fb /MdePkg/Include/Protocol/ScsiPassThruExt.h
parent258cce138272fc013a723040691b37294e473a37 (diff)
downloadedk2-platforms-eecd469b1064cd253f0b1c666659505659f8d121.tar.xz
Update ScsiIo protocol and ScsiPassThruExt protocol guid value to UEFI 2.1
And remove DriverHealth protocol file. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6099 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdePkg/Include/Protocol/ScsiPassThruExt.h')
-rw-r--r--MdePkg/Include/Protocol/ScsiPassThruExt.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/MdePkg/Include/Protocol/ScsiPassThruExt.h b/MdePkg/Include/Protocol/ScsiPassThruExt.h
index 02c2de8b9f..39b2ba5907 100644
--- a/MdePkg/Include/Protocol/ScsiPassThruExt.h
+++ b/MdePkg/Include/Protocol/ScsiPassThruExt.h
@@ -19,7 +19,7 @@
#define EFI_EXT_SCSI_PASS_THRU_PROTOCOL_GUID \
{ \
- 0x1d3de7f0, 0x0807, 0x424f, {0xaa, 0x69, 0x11, 0xa5, 0x4e, 0x19, 0xa4, 0x6f } \
+ 0x143b7632, 0xb81b, 0x4cb7, {0xab, 0xd3, 0xb6, 0x25, 0xa5, 0xb9, 0xbf, 0xfe } \
}
typedef struct _EFI_EXT_SCSI_PASS_THRU_PROTOCOL EFI_EXT_SCSI_PASS_THRU_PROTOCOL;
@@ -205,7 +205,7 @@ EFI_STATUS
IN UINT8 *Target,
IN UINT64 Lun,
IN OUT EFI_DEVICE_PATH_PROTOCOL **DevicePath
- );
+ );
/**
Used to translate a device path node to a Target ID and LUN.