mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-06-04 08:29:44 -04:00
Fix lock_try_acquire(&g_is_user_smc_in_progress) calls
This commit is contained in:
parent
6b10c21a10
commit
827280ca12
3 changed files with 8 additions and 4 deletions
|
@ -10,6 +10,7 @@ typedef struct {
|
|||
uint64_t X[8];
|
||||
} smc_args_t;
|
||||
|
||||
bool try_set_user_smc_in_progress(void);
|
||||
void set_user_smc_in_progress(void);
|
||||
void clear_user_smc_in_progress(void);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue