mirror of
https://github.com/CloverHackyColor/CloverBootloader.git
synced 2024-11-24 11:45:27 +01:00
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);
|