thermosphere: cpu_on hook & skeleton for other PSCI functions

This commit is contained in:
TuxSH 2019-07-31 01:23:53 +02:00
parent 4a5d05f32b
commit 6d33ebceef
3 changed files with 54 additions and 2 deletions

View file

@ -19,7 +19,7 @@
typedef struct CoreCtx {
u64 kernelArgument;
u64 kernelEntrypoint;
uintptr_t kernelEntrypoint;
u32 coreId; // @ 0x0C
} CoreCtx;