mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-05-27 13:14:15 -04:00
Finish bootup_misc_mmio() - Cur build gets to end of pk2ldr.
This commit is contained in:
parent
ca7b441079
commit
a292e95c2f
11 changed files with 175 additions and 4 deletions
|
@ -2,6 +2,7 @@
|
|||
#define EXOSPHERE_CPU_CTX_H
|
||||
|
||||
#include <stdint.h>
|
||||
#include <stdbool.h>
|
||||
|
||||
/* Exosphere CPU Management functionality. */
|
||||
|
||||
|
@ -47,6 +48,7 @@ typedef struct {
|
|||
void save_current_core_context(void);
|
||||
void restore_current_core_context(void);
|
||||
|
||||
void set_core_is_active(uint32_t core, bool is_active);
|
||||
void set_current_core_active(void);
|
||||
void set_current_core_inactive(void);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue