os: fix mutex push/pop prototypes
This commit is contained in:
@@ -18,7 +18,7 @@
|
||||
|
||||
namespace ams::os::impl {
|
||||
|
||||
void PushAndCheckLockLevel(MutexType *mutex);
|
||||
void PopAndCheckLockLevel(MutexType *mutex);
|
||||
void PushAndCheckLockLevel(const MutexType *mutex);
|
||||
void PopAndCheckLockLevel(const MutexType *mutex);
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user