summaryrefslogtreecommitdiff
path: root/MdePkg/Include/Protocol/ScsiPassThruExt.h
diff options
context:
space:
mode:
authorklu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524>2008-10-09 19:17:35 +0000
committerklu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524>2008-10-09 19:17:35 +0000
commit1f08a159034549216eccfd533b50b712d944d844 (patch)
treec4a4b16daa6f02b29896c96007b94112ae51d54c /MdePkg/Include/Protocol/ScsiPassThruExt.h
parentcce6f7aa66125df1bddf24c122f02093d47ef204 (diff)
downloadedk2-platforms-1f08a159034549216eccfd533b50b712d944d844.tar.xz
Fix doxygen comment for structure and macro
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6097 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdePkg/Include/Protocol/ScsiPassThruExt.h')
-rw-r--r--MdePkg/Include/Protocol/ScsiPassThruExt.h24
1 files changed, 0 insertions, 24 deletions
diff --git a/MdePkg/Include/Protocol/ScsiPassThruExt.h b/MdePkg/Include/Protocol/ScsiPassThruExt.h
index eae16ad3f1..02c2de8b9f 100644
--- a/MdePkg/Include/Protocol/ScsiPassThruExt.h
+++ b/MdePkg/Include/Protocol/ScsiPassThruExt.h
@@ -314,30 +314,6 @@ EFI_STATUS
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.
-
- @param Mode
- A pointer to the EFI_EXT_SCSI_PASS_THRU_MODE data for this SCSI channel.
-
- @param PassThru
- Sends a SCSI Request Packet to a SCSI device that is Connected to the SCSI channel.
-
- @param GetNextTargetLun
- Retrieves the list of legal Target IDs and LUNs for the SCSI devices on a SCSI channel.
-
- @param BuildDevicePath
- Allocates and builds a device path node for a SCSI Device on a SCSI channel.
-
- @param GetTargetLun
- Translates a device path node to a Target ID and LUN.
-
- @param ResetChannel
- Resets the SCSI channel. This operation resets all the SCSI devices connected to the SCSI channel.
-
- @param ResetTargetLun
- Resets a SCSI device that is connected to the SCSI channel.
-
- @param GetNextTartget
- Retrieves the list of legal Target IDs for the SCSI devices on a SCSI channel.
**/
struct _EFI_EXT_SCSI_PASS_THRU_PROTOCOL {
EFI_EXT_SCSI_PASS_THRU_MODE *Mode;