summaryrefslogtreecommitdiff
path: root/MdePkg/Include/IndustryStandard/Scsi.h
diff options
context:
space:
mode:
authorklu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524>2007-06-29 03:27:28 +0000
committerklu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524>2007-06-29 03:27:28 +0000
commita02e796b5edcdd538c6052b8b65798eb77436504 (patch)
tree42100161ab1b85a14273f3fa9684c6e4bed04098 /MdePkg/Include/IndustryStandard/Scsi.h
parentfd7a76af08f21401713f4ca595c0bdde49f6f388 (diff)
downloadedk2-platforms-a02e796b5edcdd538c6052b8b65798eb77436504.tar.xz
1) Modify ScsiIo protocol according to UEFI specification
2) Add UefiScsiLib library instance. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2875 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdePkg/Include/IndustryStandard/Scsi.h')
-rw-r--r--MdePkg/Include/IndustryStandard/Scsi.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/MdePkg/Include/IndustryStandard/Scsi.h b/MdePkg/Include/IndustryStandard/Scsi.h
index b8cca5fb8b..86f454f1f2 100644
--- a/MdePkg/Include/IndustryStandard/Scsi.h
+++ b/MdePkg/Include/IndustryStandard/Scsi.h
@@ -277,4 +277,9 @@ typedef struct {
//
#define EFI_SCSI_ASCQ_IN_PROGRESS (0x01)
+//
+// Max bytes needed to represent ID of a SCSI device
+//
+#define EFI_SCSI_TARGET_MAX_BYTES (0x10)
+
#endif