]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Include/Protocol/FirmwareVolumeBlock.h
1. Updated function headers in all assembly files.
[mirror_edk2.git] / MdePkg / Include / Protocol / FirmwareVolumeBlock.h
index ee849a141e9524a4b2db6c4a5fbb9484c2f8409d..0c3d03276b290028f780e116e7b97ed8ffd6befe 100644 (file)
@@ -35,8 +35,8 @@ typedef struct _EFI_FIRMWARE_VOLUME_BLOCK_PROTOCOL  EFI_FIRMWARE_VOLUME_BLOCK_PR
 /**\r
   Retrieves Volume attributes.  No polarity translations are done.\r
 \r
-  @param  This Calling context\r
-  @param  Attributes output buffer which contains attributes\r
+  @param  This                  Calling context\r
+  @param  Attributes            output buffer which contains attributes\r
 \r
   @retval EFI_INVALID_PARAMETER\r
   @retval EFI_SUCCESS\r
@@ -53,9 +53,9 @@ EFI_STATUS
 /**\r
   Sets Volume attributes.  No polarity translations are done.\r
 \r
-  @param  This Calling context\r
-  @param  Attributes On input: contains new attributes\r
-  On output: contains current attributes of FV\r
+  @param  This                  Calling context\r
+  @param  Attributes            On input: contains new attributes\r
+                                On output: contains current attributes of FV\r
 \r
   @retval EFI_INVALID_PARAMETER\r
   @retval EFI_SUCCESS\r
@@ -72,10 +72,10 @@ EFI_STATUS
 /**\r
   Retrieves the physical address of a memory mapped FV.\r
 \r
-  @param  This Calling context\r
-  @param  Attributes Address is a pointer to a caller allocated EFI_PHYSICAL_ADDRESS\r
-  that on successful return from GetPhysicalAddress() contains the\r
-  base address of the firmware volume.\r
+  @param  This                  Calling context\r
+  @param  Attributes            Address is a pointer to a caller allocated EFI_PHYSICAL_ADDRESS\r
+                                that on successful return from GetPhysicalAddress() contains the\r
+                                base address of the firmware volume.\r
 \r
   @retval EFI_UNSUPPORTED\r
   @retval EFI_SUCCESS\r
@@ -92,14 +92,14 @@ EFI_STATUS
 /**\r
   Retrieves the size in bytes of a specific block within an FV.\r
 \r
-  @param  This Calling context.\r
-  @param  Lba Indicates which block to return the size for.\r
-  @param  BlockSize BlockSize is a pointer to a caller allocated\r
-  UINTN in which the size of the block is returned.\r
-  @param  NumberOfBlocks NumberOfBlocks is a pointer to a caller allocated\r
-  UINTN in which the number of consecutive blocks\r
-  starting with Lba is returned. All blocks in this\r
-  range have a size of BlockSize.\r
+  @param  This                  Calling context.\r
+  @param  Lba                   Indicates which block to return the size for.\r
+  @param  BlockSize             BlockSize is a pointer to a caller allocated\r
+                                UINTN in which the size of the block is returned.\r
+  @param  NumberOfBlocks        NumberOfBlocks is a pointer to a caller allocated\r
+                                UINTN in which the number of consecutive blocks\r
+                                starting with Lba is returned. All blocks in this\r
+                                range have a size of BlockSize.\r
 \r
   @retval EFI_INVALID_PARAMETER\r
   @retval EFI_SUCCESS\r
@@ -121,12 +121,12 @@ EFI_STATUS
   a block boundary is reached.  *NumBytes is updated to reflect the actual\r
   number of bytes read.\r
 \r
-  @param  This Calling context\r
-  @param  Lba Block in which to begin read\r
-  @param  Offset Offset in the block at which to begin read\r
-  @param  NumBytes At input, indicates the requested read size.  At output, indicates\r
-  the actual number of bytes read.\r
-  @param  Buffer Data buffer in which to place data read.\r
+  @param  This                  Calling context\r
+  @param  Lba                   Block in which to begin read\r
+  @param  Offset                Offset in the block at which to begin read\r
+  @param  NumBytes              At input, indicates the requested read size. At output, indicates\r
+                                the actual number of bytes read.\r
+  @param  Buffer                Data buffer in which to place data read.\r
 \r
   @retval EFI_INVALID_PARAMETER\r
   @retval EFI_NOT_FOUND\r
@@ -151,12 +151,12 @@ EFI_STATUS
   reached.  *NumBytes is updated to reflect the actual number of bytes\r
   written.\r
 \r
-  @param  This Calling context\r
-  @param  Lba Block in which to begin write\r
-  @param  Offset Offset in the block at which to begin write\r
-  @param  NumBytes At input, indicates the requested write size.  At output, indicates\r
-  the actual number of bytes written.\r
-  @param  Buffer Buffer containing source data for the write.\r
+  @param  This                  Calling context\r
+  @param  Lba                   Block in which to begin write\r
+  @param  Offset                Offset in the block at which to begin write\r
+  @param  NumBytes              At input, indicates the requested write size. At output, indicates\r
+                                the actual number of bytes written.\r
+  @param  Buffer                Buffer containing source data for the write.\r
 \r
   @retval EFI_INVALID_PARAMETER\r
   @retval EFI_NOT_FOUND\r
@@ -185,9 +185,9 @@ EFI_STATUS
   block of the firmware volume), the EraseBlock() function must return\r
   EFI_INVALID_PARAMETER without modifying the contents of the firmware volume.\r
 \r
-  @param  This Calling context\r
-  @param  ... Starting LBA followed by Number of Lba to erase. a -1 to terminate\r
-  the list.\r
+  @param  This                  Calling context\r
+  @param  ...                   Starting LBA followed by Number of Lba to erase. a -1 to terminate\r
+                                the list.\r
 \r
   @retval EFI_INVALID_PARAMETER\r
   @retval EFI_DEVICE_ERROR\r