CloverBootloader/OsxAptioFixDrv/DecodedKernelCheck.h
2019-09-03 12:58:42 +03:00

14 lines
205 B
C

/**
funcs for checking decoded kernel in memory
dmazar
**/
extern EFI_PHYSICAL_ADDRESS gRelocBase;
EFI_STATUS EFIAPI CheckDecodedKernel (VOID);
VOID EFIAPI DumpStack (UINT64 RSP);