TianoCore EDK2 master
Loading...
Searching...
No Matches
PlatformSecLib.h
Go to the documentation of this file.
1
10#ifndef __PLATFORM_SEC_LIB_H__
11#define __PLATFORM_SEC_LIB_H__
12
31EFIAPI
33 IN OUT EFI_SEC_PEI_HAND_OFF *SecCoreData
34 );
35
48EFIAPI
50 IN CONST EFI_PEI_SERVICES **PeiServices,
51 IN OUT UINT64 *StructureSize,
52 OUT EFI_SEC_PLATFORM_INFORMATION_RECORD *PlatformInformationRecord
53 );
54
58VOID
59EFIAPI
61 VOID
62 );
63
64#endif
#define CONST
Definition: Base.h:259
#define IN
Definition: Base.h:279
#define OUT
Definition: Base.h:284
VOID EFIAPI SecPlatformDisableTemporaryMemory(VOID)
EFI_PEI_PPI_DESCRIPTOR *EFIAPI SecPlatformMain(IN OUT EFI_SEC_PEI_HAND_OFF *SecCoreData)
EFI_STATUS EFIAPI SecPlatformInformation(IN CONST EFI_PEI_SERVICES **PeiServices, IN OUT UINT64 *StructureSize, OUT EFI_SEC_PLATFORM_INFORMATION_RECORD *PlatformInformationRecord)
RETURN_STATUS EFI_STATUS
Definition: UefiBaseType.h:29