X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=MdePkg%2FInclude%2FProtocol%2FScsiPassThruExt.h;fp=MdePkg%2FInclude%2FProtocol%2FScsiPassThruExt.h;h=d63f056c5aa5f2d7048eebb0b928e8a095026067;hp=39b2ba59073931bac92a3c5675cfa3c662eb2fde;hb=44717a398fddc4df1f4aeaa70bcd7a043187ed34;hpb=66eebcf94f14a0888a09f6fe5aca16563411becf diff --git a/MdePkg/Include/Protocol/ScsiPassThruExt.h b/MdePkg/Include/Protocol/ScsiPassThruExt.h index 39b2ba5907..d63f056c5a 100644 --- a/MdePkg/Include/Protocol/ScsiPassThruExt.h +++ b/MdePkg/Include/Protocol/ScsiPassThruExt.h @@ -308,14 +308,16 @@ EFI_STATUS IN OUT UINT8 **Target ); -/** - @par Protocol Description: - The EFI_EXT_SCSI_PASS_THRU_PROTOCOL provides information about a SCSI channel - and the ability to send SCI Request Packets to any SCSI device attached to - that SCSI channel. The information includes the Target ID of the host controller - on the SCSI channel and the attributes of the SCSI channel. -**/ +/// +/// The EFI_EXT_SCSI_PASS_THRU_PROTOCOL provides information about a SCSI channel +/// and the ability to send SCI Request Packets to any SCSI device attached to +/// that SCSI channel. The information includes the Target ID of the host controller +/// on the SCSI channel and the attributes of the SCSI channel. +/// struct _EFI_EXT_SCSI_PASS_THRU_PROTOCOL { + /// + /// A pointer to the EFI_EXT_SCSI_PASS_THRU_MODE data for this SCSI channel. + /// EFI_EXT_SCSI_PASS_THRU_MODE *Mode; EFI_EXT_SCSI_PASS_THRU_PASSTHRU PassThru; EFI_EXT_SCSI_PASS_THRU_GET_NEXT_TARGET_LUN GetNextTargetLun;