mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-05-25 20:24:21 -04:00
thermosphere: cpu_on hook & skeleton for other PSCI functions
This commit is contained in:
parent
4a5d05f32b
commit
6d33ebceef
3 changed files with 54 additions and 2 deletions
|
@ -19,7 +19,7 @@
|
|||
|
||||
typedef struct CoreCtx {
|
||||
u64 kernelArgument;
|
||||
u64 kernelEntrypoint;
|
||||
uintptr_t kernelEntrypoint;
|
||||
u32 coreId; // @ 0x0C
|
||||
} CoreCtx;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue