#ifndef _NTMMAPI_H
// private
typedef struct _RTL_SCP_CFG_NTDLL_EXPORTS_ARM64EC
{
PVOID EcInvalidCallHandler;
PVOID EcCfgCheckFptr;
PVOID EcCfgCheckESFptr;
PVOID EcCallCheckFptr;
PVOID CpuInitializationComplete;
PVOID LdrpValidateEcCallTargetInit;
struct
{
PVOID SyscallFfsSize;
union
{
PVOID Ptr;
ULONG Value;
};
};
PVOID SyscallFfsBase;
} RTL_SCP_CFG_NTDLL_EXPORTS_ARM64EC, *PRTL_SCP_CFG_NTDLL_EXPORTS_ARM64EC;
View code on GitHub
No description available.