mirror of
https://github.com/CloverHackyColor/CloverBootloader.git
synced 2024-11-23 11:35:19 +01:00
f35acfa5ab
Signed-off-by: Sergey Isakov <isakov-sl@bk.ru>
14 lines
205 B
C
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);
|