TianoCore EDK2 master
Loading...
Searching...
No Matches
VariableFlashInfoLib.h
Go to the documentation of this file.
1
9#ifndef VARIABLE_FLASH_INFO_LIB_H_
10#define VARIABLE_FLASH_INFO_LIB_H_
11
24EFIAPI
26 OUT EFI_PHYSICAL_ADDRESS *BaseAddress,
27 OUT UINT64 *Length
28 );
29
43EFIAPI
45 OUT EFI_PHYSICAL_ADDRESS *BaseAddress,
46 OUT UINT64 *Length
47 );
48
62EFIAPI
64 OUT EFI_PHYSICAL_ADDRESS *BaseAddress,
65 OUT UINT64 *Length
66 );
67
68#endif
#define OUT
Definition: Base.h:284
UINT64 EFI_PHYSICAL_ADDRESS
Definition: UefiBaseType.h:50
RETURN_STATUS EFI_STATUS
Definition: UefiBaseType.h:29
EFI_STATUS EFIAPI GetVariableFlashFtwWorkingInfo(OUT EFI_PHYSICAL_ADDRESS *BaseAddress, OUT UINT64 *Length)
EFI_STATUS EFIAPI GetVariableFlashFtwSpareInfo(OUT EFI_PHYSICAL_ADDRESS *BaseAddress, OUT UINT64 *Length)
EFI_STATUS EFIAPI GetVariableFlashNvStorageInfo(OUT EFI_PHYSICAL_ADDRESS *BaseAddress, OUT UINT64 *Length)