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
This commit is contained in:
qwang12 2007-07-20 03:17:32 +00:00
parent b2fdea2970
commit 85c528bdb9
1 changed files with 1 additions and 1 deletions

View File

@ -279,7 +279,7 @@ EFI_STATUS
IN EFI_LBA Lba, IN EFI_LBA Lba,
IN UINTN Offset, IN UINTN Offset,
IN OUT UINTN *NumBytes, IN OUT UINTN *NumBytes,
IN CONST UINT8 *Buffer IN UINT8 *Buffer
); );