summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorqwang12 <qwang12@6f19259b-4bc3-4df7-8a09-765794883524>2007-07-20 03:17:32 +0000
committerqwang12 <qwang12@6f19259b-4bc3-4df7-8a09-765794883524>2007-07-20 03:17:32 +0000
commit85c528bdb95b40d0899b942165d0a179ae578878 (patch)
tree217cdb4e154f69ae1b92e15a025e28c8d12acfd9
parentb2fdea297015c763ba6073340c43c6d350dcef76 (diff)
downloadedk2-85c528bdb95b40d0899b942165d0a179ae578878.tar.gz
edk2-85c528bdb95b40d0899b942165d0a179ae578878.tar.bz2
edk2-85c528bdb95b40d0899b942165d0a179ae578878.zip
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
-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 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
);