]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Include/Protocol/FaultTolerantWriteLite.h
1. delete Include/Guid/VariableInfo.h
[mirror_edk2.git] / MdeModulePkg / Include / Protocol / FaultTolerantWriteLite.h
index 4a0e49526788df4d233fde534a1cb34da56387b5..d28845da954a0712d81db018fdeab55988d1b6b2 100644 (file)
@@ -29,23 +29,22 @@ typedef struct _EFI_FTW_LITE_PROTOCOL EFI_FTW_LITE_PROTOCOL;
 //\r
 /**\r
   Starts a target block update. This records information about the write\r
-  in fault tolerant storage and will complete the write in a recoverable\r
+  in fault tolerant storage will complete the write in a recoverable\r
   manner, ensuring at all times that either the original contents or\r
   the modified contents are available.\r
 \r
   @param  This                 The pointer to this protocol instance. \r
-  @param  FvBlockHandle        The handle of FVB protocol that provides services \r
-                               for reading, writing, and erasing the target \r
-                               block. \r
+  @param  FvbHandle            The handle of FVB protocol that provides services \r
+                               for reading, writing, and erasing the target block. \r
   @param  Lba                  The logical block address of the target block. \r
-  @param  Offset               The offset within the target block to place the \r
-                               data. \r
-  @param  Length               The number of bytes to write to the target block. \r
+  @param  Offset               The offset within the target block to place the data. \r
+  @param  NumBytes             The number of bytes to write to the target block. \r
   @param  Buffer               The data to write. \r
 \r
   @retval EFI_SUCCESS          The function completed successfully \r
   @retval EFI_ABORTED          The function could not complete successfully. \r
-  @retval EFI_BAD_BUFFER_SIZE  The input data can't fit within the target block. \r
+  @retval EFI_BAD_BUFFER_SIZE  The input data can't fit within the FTW range. \r
+                               The write buffer is too large to be supported.\r
   @retval EFI_ACCESS_DENIED    No writes have been allocated. \r
   @retval EFI_OUT_OF_RESOURCES Cannot allocate enough memory resource.\r
   @retval EFI_NOT_FOUND        Cannot find FVB protocol by handle.\r