TianoCore EDK2 master
Loading...
Searching...
No Matches
PlatformFvbLib.h
Go to the documentation of this file.
1
10#ifndef __PLATFORM_FVB_LIB__
11#define __PLATFORM_FVB_LIB__
12
14
28VOID
29EFIAPI
32 IN EFI_LBA Lba,
33 IN UINTN Offset,
34 IN UINTN NumBytes,
35 IN UINT8 *Buffer
36 );
37
49VOID
50EFIAPI
53 IN EFI_LBA Lba,
54 IN UINTN Offset,
55 IN UINTN NumBytes,
56 IN UINT8 *Buffer
57 );
58
70VOID
71EFIAPI
74 IN VA_LIST List
75 );
76
77#endif
UINT64 UINTN
#define CONST
Definition: Base.h:259
CHAR8 * VA_LIST
Definition: Base.h:643
#define IN
Definition: Base.h:279
VOID EFIAPI PlatformFvbBlocksErased(IN CONST EFI_FIRMWARE_VOLUME_BLOCK2_PROTOCOL *This, IN VA_LIST List)
VOID EFIAPI PlatformFvbDataRead(IN CONST EFI_FIRMWARE_VOLUME_BLOCK2_PROTOCOL *This, IN EFI_LBA Lba, IN UINTN Offset, IN UINTN NumBytes, IN UINT8 *Buffer)
VOID EFIAPI PlatformFvbDataWritten(IN CONST EFI_FIRMWARE_VOLUME_BLOCK2_PROTOCOL *This, IN EFI_LBA Lba, IN UINTN Offset, IN UINTN NumBytes, IN UINT8 *Buffer)
UINT64 EFI_LBA
Definition: UefiBaseType.h:45