]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Include/Protocol/ScsiPassThruExt.h
Formalize comments for Protocols and PPIs.
[mirror_edk2.git] / MdePkg / Include / Protocol / ScsiPassThruExt.h
index 39b2ba59073931bac92a3c5675cfa3c662eb2fde..d63f056c5aa5f2d7048eebb0b928e8a095026067 100644 (file)
@@ -308,14 +308,16 @@ EFI_STATUS
   IN OUT UINT8                                     **Target\r
   );          \r
 \r
-/**  \r
-  @par Protocol Description:\r
-  The EFI_EXT_SCSI_PASS_THRU_PROTOCOL provides information about a SCSI channel \r
-  and the ability to send SCI Request Packets to any SCSI device attached to \r
-  that SCSI channel. The information includes the Target ID of the host controller \r
-  on the SCSI channel and the attributes of the SCSI channel.\r
-**/  \r
+///\r
+/// The EFI_EXT_SCSI_PASS_THRU_PROTOCOL provides information about a SCSI channel \r
+/// and the ability to send SCI Request Packets to any SCSI device attached to \r
+/// that SCSI channel. The information includes the Target ID of the host controller \r
+/// on the SCSI channel and the attributes of the SCSI channel.\r
+///\r
 struct _EFI_EXT_SCSI_PASS_THRU_PROTOCOL {\r
+  ///\r
+  /// A pointer to the EFI_EXT_SCSI_PASS_THRU_MODE data for this SCSI channel.\r
+  ///\r
   EFI_EXT_SCSI_PASS_THRU_MODE                *Mode;\r
   EFI_EXT_SCSI_PASS_THRU_PASSTHRU            PassThru;\r
   EFI_EXT_SCSI_PASS_THRU_GET_NEXT_TARGET_LUN GetNextTargetLun;\r