]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Bus/Ata/AtaBusDxe/AtaBus.h
Update the function's descriptions (which is in AtaBus, AtaAtapiPassThru, Partition...
[mirror_edk2.git] / MdeModulePkg / Bus / Ata / AtaBusDxe / AtaBus.h
index 66a8a8f730fb56aa1a1d2ee8b926bad3ed8aa727..f9cd45ac51437417391864fd19b4135f8be30ec4 100644 (file)
@@ -199,7 +199,7 @@ FreeAlignedBuffer (
 VOID\r
 EFIAPI \r
 FreeAtaSubTask (\r
-  IN ATA_BUS_ASYN_TASK  *Task\r
+  IN OUT ATA_BUS_ASYN_TASK  *Task\r
   );\r
 \r
 /**\r
@@ -287,6 +287,8 @@ AccessAtaDevice(
                                        than zero, then this function will return EFI_TIMEOUT\r
                                        if the time required to execute the receive data command\r
                                        is greater than Timeout.\r
+  @param  TransferLengthOut            A pointer to a buffer to store the size in bytes of the data\r
+                                       written to the buffer. Ignore it when IsTrustSend is TRUE.\r
 \r
   @retval EFI_SUCCESS       The data transfer is complete successfully.\r
   @return others            Some error occurs when transferring data. \r
@@ -947,7 +949,7 @@ AtaStorageSecurityReceiveData (
   IN UINTN                                    PayloadBufferSize,\r
   OUT VOID                                    *PayloadBuffer,\r
   OUT UINTN                                   *PayloadTransferSize\r
-);\r
+  );\r
 \r
 /**\r
   Send a security protocol command to a device.\r
@@ -1020,6 +1022,6 @@ AtaStorageSecuritySendData (
   IN UINT16                                   SecurityProtocolSpecificData,\r
   IN UINTN                                    PayloadBufferSize,\r
   IN VOID                                     *PayloadBuffer\r
-);\r
+  );\r
 \r
 #endif\r