os: implement ReadWriteLock

This commit is contained in:
Michael Scire 2020-04-13 17:07:06 -07:00
parent 6eb77e69c4
commit 97cba5e881
20 changed files with 941 additions and 66 deletions

View file

@ -26,7 +26,7 @@ namespace ams::exosphere {
R_ABORT_UNLESS(ResultNotPresent());
}
return ApiInfo{ util::BitPack64(exosphere_cfg) };
return ApiInfo{ util::BitPack64{exosphere_cfg} };
}
void ForceRebootToRcm() {