cleanup some comments.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5864 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
@@ -24,7 +24,7 @@
|
||||
@param[in, out] NumBytes Pointer that on input contains the total size of
|
||||
the buffer. On output, it contains the total number
|
||||
of bytes read.
|
||||
@param[in] Buffer Pointer to a caller allocated buffer that will be
|
||||
@param[out] Buffer Pointer to a caller allocated buffer that will be
|
||||
used to hold the data read.
|
||||
|
||||
@retval EFI_EFI_SUCCESS Buffer contains data read from FVB
|
||||
@@ -38,7 +38,7 @@ EfiFvbReadBlock (
|
||||
IN EFI_LBA Lba,
|
||||
IN UINTN Offset,
|
||||
IN OUT UINTN *NumBytes,
|
||||
OUT UINT8 *Buffer
|
||||
OUT UINT8 *Buffer
|
||||
);
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user