]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Include/IndustryStandard/Scsi.h
1) Modify ScsiIo protocol according to UEFI specification
[mirror_edk2.git] / MdePkg / Include / IndustryStandard / Scsi.h
index f3112ae7d0303afbce851376f448708b3b4ae6f0..86f454f1f24ddd91838453d0a04d14c25573b8b5 100644 (file)
   THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,                     \r
   WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.             \r
 \r
   THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,                     \r
   WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.             \r
 \r
-  Module Name:  scsi.h\r
-\r
 **/\r
 \r
 **/\r
 \r
-#ifndef _SCSI_H\r
-#define _SCSI_H\r
+#ifndef __SCSI_H__\r
+#define __SCSI_H__\r
 \r
 //\r
 // SCSI command OP Code\r
 \r
 //\r
 // SCSI command OP Code\r
@@ -279,4 +277,9 @@ typedef struct {
 //\r
 #define EFI_SCSI_ASCQ_IN_PROGRESS (0x01)\r
 \r
 //\r
 #define EFI_SCSI_ASCQ_IN_PROGRESS (0x01)\r
 \r
+//\r
+// Max bytes needed to represent ID of a SCSI device\r
+//\r
+#define EFI_SCSI_TARGET_MAX_BYTES (0x10)\r
+\r
 #endif\r
 #endif\r