summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorxli24 <xli24@6f19259b-4bc3-4df7-8a09-765794883524>2008-10-20 15:34:16 +0000
committerxli24 <xli24@6f19259b-4bc3-4df7-8a09-765794883524>2008-10-20 15:34:16 +0000
commitdfc5aca1ac8e11c84e8d9ee17c4d6b00aafb83ed (patch)
tree7e8fe06dabd7c5f1545a0886f4f6e66c808f24f0
parente0c047a04bce14a97569ae7a67e5984eec067d78 (diff)
downloadedk2-dfc5aca1ac8e11c84e8d9ee17c4d6b00aafb83ed.tar.gz
edk2-dfc5aca1ac8e11c84e8d9ee17c4d6b00aafb83ed.tar.bz2
edk2-dfc5aca1ac8e11c84e8d9ee17c4d6b00aafb83ed.zip
Move definition of EFI_SCSI_TARGET_MAX_BYTES from IndustryStandard in MDE Package to UefiScsiLib.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6158 6f19259b-4bc3-4df7-8a09-765794883524
-rw-r--r--MdePkg/Library/UefiScsiLib/UefiScsiLib.c7
1 files changed, 6 insertions, 1 deletions
diff --git a/MdePkg/Library/UefiScsiLib/UefiScsiLib.c b/MdePkg/Library/UefiScsiLib/UefiScsiLib.c
index 2e6c86410f..847029789a 100644
--- a/MdePkg/Library/UefiScsiLib/UefiScsiLib.c
+++ b/MdePkg/Library/UefiScsiLib/UefiScsiLib.c
@@ -1,7 +1,7 @@
/** @file
UEFI SCSI Library implementation
- Copyright (c) 2006 - 2007, Intel Corporation.<BR>
+ Copyright (c) 2006 - 2008, Intel Corporation.<BR>
All rights reserved. This program and the accompanying materials
are licensed and made available under the terms and conditions of the BSD License
which accompanies this distribution. The full text of the license may be found at
@@ -21,6 +21,11 @@
#include <IndustryStandard/Scsi.h>
//
+// Max bytes needed to represent ID of a SCSI device
+//
+#define EFI_SCSI_TARGET_MAX_BYTES (0x10)
+
+//
// bit5..7 are for Logical unit number
// 11100000b (0xe0)
//