mirror of
https://github.com/CloverHackyColor/CloverBootloader.git
synced 2024-11-13 10:04:04 +01:00
c4357fd984
Signed-off-by: SergeySlice <sergey.slice@gmail.com>
14 lines
207 B
C
14 lines
207 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);
|