summaryrefslogtreecommitdiff
path: root/IntelFrameworkPkg/Include/Protocol/FrameworkFirmwareVolumeBlock.h
diff options
context:
space:
mode:
authorpkandel <pkandel@6f19259b-4bc3-4df7-8a09-765794883524>2009-07-28 13:25:37 +0000
committerpkandel <pkandel@6f19259b-4bc3-4df7-8a09-765794883524>2009-07-28 13:25:37 +0000
commit5259c97d7ac7f464c134c3a15186b30e8e8eadff (patch)
tree9eb10b04e5ea360d88c5899d2c0fff76017af5c5 /IntelFrameworkPkg/Include/Protocol/FrameworkFirmwareVolumeBlock.h
parentd3a12d776c9985cfc9055d9b9b61aa39682a261e (diff)
downloadedk2-5259c97d7ac7f464c134c3a15186b30e8e8eadff.zip
edk2-5259c97d7ac7f464c134c3a15186b30e8e8eadff.tar.gz
edk2-5259c97d7ac7f464c134c3a15186b30e8e8eadff.tar.bz2
Committing changes to the comments, after review with engineers.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@9018 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'IntelFrameworkPkg/Include/Protocol/FrameworkFirmwareVolumeBlock.h')
-rw-r--r--IntelFrameworkPkg/Include/Protocol/FrameworkFirmwareVolumeBlock.h10
1 files changed, 4 insertions, 6 deletions
diff --git a/IntelFrameworkPkg/Include/Protocol/FrameworkFirmwareVolumeBlock.h b/IntelFrameworkPkg/Include/Protocol/FrameworkFirmwareVolumeBlock.h
index 8ad5b1f..1404e05 100644
--- a/IntelFrameworkPkg/Include/Protocol/FrameworkFirmwareVolumeBlock.h
+++ b/IntelFrameworkPkg/Include/Protocol/FrameworkFirmwareVolumeBlock.h
@@ -27,7 +27,7 @@ typedef UINT32 EFI_FVB_ATTRIBUTES;
/**
The GetAttributes() function retrieves the attributes and
- current settings of the block. Status Codes Returned
+ current settings of the block.
@param This Indicates the FRAMEWORK_EFI_FIRMWARE_VOLUME_BLOCK_PROTOCOL instance.
@@ -228,10 +228,8 @@ EFI_STATUS
@param Offset Offset into the block at which to begin writing.
- @param NumBytes Pointer to a UINTN. At entry, *NumBytes
- contains the total size of the buffer. At
- exit, *NumBytes contains the total number of
- bytes actually written.
+ @param NumBytes Pointer to a UINTN. Input: the total size of the buffer.
+ Output: the total number of bytes actually written.
@param Buffer Pointer to a caller-allocated buffer that
contains the source for the write.
@@ -291,7 +289,7 @@ EFI_STATUS
@param This Indicates the FRAMEWORK_EFI_FIRMWARE_VOLUME_BLOCK_PROTOCOL
instance.
- @param ... The variable argument list is a list of tuples.
+ @param ... A list of tuples.
Each tuple describes a range of LBAs to erase
and consists of the following:
- An EFI_LBA that indicates the starting LBA