Newer
Older
AMI-Aptio-BIOS-Reversed / UbaInitPei / UbaInitPei.h
@Ajax Dong Ajax Dong 2 days ago 808 bytes Init
#ifndef __UBAINITPEI_H__
#define __UBAINITPEI_H__

#include <Uefi.h>

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

// Function: UbaMemset @ 0xffdf50d8
// Function: UbaMemmove @ 0xffdf50f8
// Function: UbaSetMem32 @ 0xffdf5158
// Function: UbaMemset32 @ 0xffdf5178
EFI_STATUS UbaInitEntryPoint(EFI_HANDLE ImageHandle, EFI_SYSTEM_TABLE *SystemTable);
// Function: UbaGetProtocol @ 0xffdf5856
// Function: UbaDebugPrint @ 0xffdf5887
// Function: UbaAssertHandler @ 0xffdf58b1
// Function: UbaGuidCompare @ 0xffdf58cf
// Function: UbaReadQword @ 0xffdf5933
// Function: UbaGetHobList @ 0xffdf595f
// Function: UbaFindHobByType @ 0xffdf59cd
// Function: UbaGetPlatformType @ 0xffdf5a12
// Function: UbaGetPeiServices @ 0xffdf5a61
// Function: UbaReadIdtr @ 0xffdf5a93

#endif /* __UBAINITPEI_H__ */