summaryrefslogtreecommitdiff
path: root/OvmfPkg/Include/Library/PlatformFvbLib.h
diff options
context:
space:
mode:
Diffstat (limited to 'OvmfPkg/Include/Library/PlatformFvbLib.h')
-rw-r--r--OvmfPkg/Include/Library/PlatformFvbLib.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/OvmfPkg/Include/Library/PlatformFvbLib.h b/OvmfPkg/Include/Library/PlatformFvbLib.h
index 00d152cfdd..03ac2fb5a3 100644
--- a/OvmfPkg/Include/Library/PlatformFvbLib.h
+++ b/OvmfPkg/Include/Library/PlatformFvbLib.h
@@ -32,11 +32,11 @@
VOID
EFIAPI
PlatformFvbDataWritten (
- IN CONST EFI_FIRMWARE_VOLUME_BLOCK_PROTOCOL *This,
- IN EFI_LBA Lba,
- IN UINTN Offset,
- IN UINTN NumBytes,
- IN UINT8 *Buffer
+ IN CONST EFI_FIRMWARE_VOLUME_BLOCK2_PROTOCOL *This,
+ IN EFI_LBA Lba,
+ IN UINTN Offset,
+ IN UINTN NumBytes,
+ IN UINT8 *Buffer
);
#endif