Newer
Older
AMI-Aptio-BIOS-Reversed / IsSecRecoveryPEI / IsSecRecoveryPEI.h
@Ajax Dong Ajax Dong 2 days ago 863 bytes Init
#ifndef __ISSECRECOVERYPEI_H__
#define __ISSECRECOVERYPEI_H__

#include <Uefi.h>

/*
 * IsSecRecoveryPEI.h
 * Header for IsSecRecoveryPEI PEI module
 */

// Function: SecRecoveryMemset @ 0xffe058bc
// Function: SecRecoveryMemmove @ 0xffe058dc
// Function: SecRecoveryMemset32Pairs @ 0xffe0593c
// Function: SecRecoveryMemset32 @ 0xffe0595c
EFI_STATUS ModuleEntryPoint(EFI_HANDLE ImageHandle, EFI_SYSTEM_TABLE *SystemTable);
// Function: SecRecoveryGetNvramVariable @ 0xffe059b7
// Function: SecRecoveryCheckRecoveryMode @ 0xffe05a3c
// Function: SecRecoverySetBootMode32 @ 0xffe05a8d
// Function: SecRecoverySetBootMode18 @ 0xffe05ada
// Function: SecRecoveryLocatePpi @ 0xffe05b2d
// Function: SecRecoveryPpiAssert @ 0xffe05b5e
// Function: SecRecoveryGetPeiServices @ 0xffe05b7c
// Function: SecRecoveryReadIdtr @ 0xffe05bae

#endif /* __ISSECRECOVERYPEI_H__ */