summaryrefslogtreecommitdiff
path: root/MdePkg/Include/Protocol/ScsiPassThru.h
diff options
context:
space:
mode:
Diffstat (limited to 'MdePkg/Include/Protocol/ScsiPassThru.h')
-rw-r--r--MdePkg/Include/Protocol/ScsiPassThru.h18
1 files changed, 6 insertions, 12 deletions
diff --git a/MdePkg/Include/Protocol/ScsiPassThru.h b/MdePkg/Include/Protocol/ScsiPassThru.h
index f406193118..9ccf5321f6 100644
--- a/MdePkg/Include/Protocol/ScsiPassThru.h
+++ b/MdePkg/Include/Protocol/ScsiPassThru.h
@@ -146,8 +146,7 @@ EFI_STATUS
IN UINT64 Lun,
IN OUT EFI_SCSI_PASS_THRU_SCSI_REQUEST_PACKET *Packet,
IN EFI_EVENT Event OPTIONAL
- )
-;
+ );
/**
Used to retrieve the list of legal Target IDs for SCSI devices
@@ -179,8 +178,7 @@ EFI_STATUS
IN EFI_SCSI_PASS_THRU_PROTOCOL *This,
IN OUT UINT32 *Target,
IN OUT UINT64 *Lun
- )
-;
+ );
/**
Used to allocate and build a device path node for a SCSI device
@@ -216,8 +214,7 @@ EFI_STATUS
IN UINT32 Target,
IN UINT64 Lun,
IN OUT EFI_DEVICE_PATH_PROTOCOL **DevicePath
- )
-;
+ );
/**
Used to translate a device path node to a Target ID and LUN.
@@ -249,8 +246,7 @@ EFI_STATUS
IN EFI_DEVICE_PATH_PROTOCOL *DevicePath,
OUT UINT32 *Target,
OUT UINT64 *Lun
- )
-;
+ );
/**
Resets a SCSI channel.This operation resets all the
@@ -271,8 +267,7 @@ typedef
EFI_STATUS
(EFIAPI *EFI_SCSI_PASS_THRU_RESET_CHANNEL)(
IN EFI_SCSI_PASS_THRU_PROTOCOL *This
- )
-;
+ );
/**
Resets a SCSI device that is connected to a SCSI channel.
@@ -299,8 +294,7 @@ EFI_STATUS
IN EFI_SCSI_PASS_THRU_PROTOCOL *This,
IN UINT32 Target,
IN UINT64 Lun
- )
-;
+ );
/**
@par Protocol Description: