mirror of
https://github.com/CloverHackyColor/CloverBootloader.git
synced 2025-02-15 00:51:35 +01:00
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);
|