summaryrefslogtreecommitdiff
path: root/MdePkg
diff options
context:
space:
mode:
authoryshang1 <yshang1@6f19259b-4bc3-4df7-8a09-765794883524>2007-07-04 10:43:48 +0000
committeryshang1 <yshang1@6f19259b-4bc3-4df7-8a09-765794883524>2007-07-04 10:43:48 +0000
commit96219b7d4b22fc49af47c1bee9547992168f269a (patch)
treec7ac7cc4424ce5c98360195be4220ffbc54fbe3f /MdePkg
parent72765a93b9b300faa6d8e6d344cf1b5a2e26809e (diff)
downloadedk2-96219b7d4b22fc49af47c1bee9547992168f269a.zip
edk2-96219b7d4b22fc49af47c1bee9547992168f269a.tar.gz
edk2-96219b7d4b22fc49af47c1bee9547992168f269a.tar.bz2
Update modifier of FVB protocol.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3042 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdePkg')
-rw-r--r--MdePkg/Include/Protocol/FirmwareVolumeBlock.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/MdePkg/Include/Protocol/FirmwareVolumeBlock.h b/MdePkg/Include/Protocol/FirmwareVolumeBlock.h
index c2c1142..325f927 100644
--- a/MdePkg/Include/Protocol/FirmwareVolumeBlock.h
+++ b/MdePkg/Include/Protocol/FirmwareVolumeBlock.h
@@ -206,7 +206,7 @@ EFI_STATUS
IN CONST EFI_LBA Lba,
IN CONST UINTN Offset,
IN OUT UINTN *NumBytes,
- OUT UINT8 *Buffer
+ IN OUT UINT8 *Buffer
);