]> git.proxmox.com Git - mirror_edk2.git/blobdiff - OvmfPkg/Library/PlatformFvbLibNull/PlatformFvbLibNull.c
OvmfPkg PlatformFvbLib: Change PlatformFvbDataWritten
[mirror_edk2.git] / OvmfPkg / Library / PlatformFvbLibNull / PlatformFvbLibNull.c
index 25607806ef5c3fdc41767620e67ce60721c830e9..0edbaca5bf1fb65885dfee2a5bc7642bb43878d4 100644 (file)
@@ -1,8 +1,8 @@
 /** @file\r
   NULL PlatformFvbLib library instance\r
 \r
-  Copyright (c) 2009, Intel Corporation\r
-  All rights reserved. This program and the accompanying materials\r
+  Copyright (c) 2009 - 2011, Intel Corporation. All rights reserved.<BR>\r
+  This program and the accompanying materials\r
   are licensed and made available under the terms and conditions of the BSD License\r
   which accompanies this distribution.  The full text of the license may be found at\r
   http://opensource.org/licenses/bsd-license.php\r
 \r
   @param[in] This     EFI_FIRMWARE_VOLUME_BLOCK_PROTOCOL instance.\r
   @param[in] Lba      The starting logical block index to written to.\r
+  @param[in] Offset   Offset into the block at which to begin writing.\r
+  @param[in] NumBytes The number of bytes written.\r
+  @param[in] Buffer   Pointer to the buffer that was written.\r
 \r
 **/\r
 VOID\r
 EFIAPI\r
 PlatformFvbDataWritten (\r
   IN CONST  EFI_FIRMWARE_VOLUME_BLOCK_PROTOCOL  *This,\r
-  IN        EFI_LBA                             Lba\r
+  IN        EFI_LBA                             Lba,\r
+  IN        UINTN                               Offset,\r
+  IN        UINTN                               NumBytes,\r
+  IN        UINT8                               *Buffer\r
   )\r
 {\r
 }\r