diff options
author | qwang12 <qwang12@6f19259b-4bc3-4df7-8a09-765794883524> | 2007-07-20 03:17:32 +0000 |
---|---|---|
committer | qwang12 <qwang12@6f19259b-4bc3-4df7-8a09-765794883524> | 2007-07-20 03:17:32 +0000 |
commit | 85c528bdb95b40d0899b942165d0a179ae578878 (patch) | |
tree | 217cdb4e154f69ae1b92e15a025e28c8d12acfd9 /MdePkg | |
parent | b2fdea297015c763ba6073340c43c6d350dcef76 (diff) | |
download | edk2-platforms-85c528bdb95b40d0899b942165d0a179ae578878.tar.xz |
Remove the CONST for FvbWrite as spec does not have it.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3381 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdePkg')
-rw-r--r-- | MdePkg/Include/Protocol/FirmwareVolumeBlock.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MdePkg/Include/Protocol/FirmwareVolumeBlock.h b/MdePkg/Include/Protocol/FirmwareVolumeBlock.h index 4c844bf679..275c16b91c 100644 --- a/MdePkg/Include/Protocol/FirmwareVolumeBlock.h +++ b/MdePkg/Include/Protocol/FirmwareVolumeBlock.h @@ -279,7 +279,7 @@ EFI_STATUS IN EFI_LBA Lba,
IN UINTN Offset,
IN OUT UINTN *NumBytes,
- IN CONST UINT8 *Buffer
+ IN UINT8 *Buffer
);
|