mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-06-07 18:04:40 -04:00
Fix lock clear in warmboot_main
This commit is contained in:
parent
3e128a8b3e
commit
4c38be1560
3 changed files with 19 additions and 8 deletions
|
@ -10,6 +10,9 @@ typedef struct {
|
|||
uint64_t X[8];
|
||||
} smc_args_t;
|
||||
|
||||
void set_user_smc_in_progress(void);
|
||||
void clear_user_smc_in_progress(void);
|
||||
|
||||
void set_priv_smc_in_progress(void);
|
||||
void clear_priv_smc_in_progress(void);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue