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
This commit is contained in:
xli24 2008-10-20 15:34:16 +00:00
parent e0c047a04b
commit dfc5aca1ac
1 changed files with 6 additions and 1 deletions

View File

@ -1,7 +1,7 @@
/** @file /** @file
UEFI SCSI Library implementation 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 All rights reserved. This program and the accompanying materials
are licensed and made available under the terms and conditions of the BSD License 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 which accompanies this distribution. The full text of the license may be found at
@ -20,6 +20,11 @@
#include <IndustryStandard/Scsi.h> #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 // bit5..7 are for Logical unit number
// 11100000b (0xe0) // 11100000b (0xe0)