summaryrefslogtreecommitdiff
path: root/MdePkg/Include/Protocol/ScsiPassThru.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/ScsiPassThru.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/ScsiPassThru.h')
-rw-r--r--MdePkg/Include/Protocol/ScsiPassThru.h23
1 files changed, 0 insertions, 23 deletions
diff --git a/MdePkg/Include/Protocol/ScsiPassThru.h b/MdePkg/Include/Protocol/ScsiPassThru.h
index 9ccf5321f6..1ff7a6dfbb 100644
--- a/MdePkg/Include/Protocol/ScsiPassThru.h
+++ b/MdePkg/Include/Protocol/ScsiPassThru.h
@@ -303,29 +303,6 @@ EFI_STATUS
information includes the Target ID of the host controller on the SCSI channel, the attributes of
the SCSI channel, the printable name for the SCSI controller, and the printable name of the
SCSI channel.
-
- @param Mode
- A pointer to the EFI_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 GetNextDevice
- Used to retrieve the list of legal Target IDs and LUNs for the
- SCSI devices on a SCSI channel.
-
- @param BuildDevicePath
- Used to allocate and build a device path node for a SCSI device on a SCSI channel.
-
- @param GetTargetLun
- Used to translate 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 ResetTarget
- Resets a SCSI device that is connected to the SCSI channel.
**/
struct _EFI_SCSI_PASS_THRU_PROTOCOL {
EFI_SCSI_PASS_THRU_MODE *Mode;