diff options
author | Cleverking2003 <30466983+Cleverking2003@users.noreply.github.com> | 2020-06-10 17:28:41 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-10 17:28:41 +0300 |
commit | 688b3bcd67b47a4ddf593dc0244409b2c5aa10c7 (patch) | |
tree | 4cebc47a45ac03ecf049e4a87ac21150fd67618e /arm9/lib/include/OS_mutex.h | |
parent | 81afcebd41d4485cc0285860305dd4304380f9d2 (diff) | |
parent | e23bf78c5479f2c488f9441f013a9651d1f886f1 (diff) |
Merge pull request #155 from red031000/master
arm9 OS_thread
Diffstat (limited to 'arm9/lib/include/OS_mutex.h')
-rw-r--r-- | arm9/lib/include/OS_mutex.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arm9/lib/include/OS_mutex.h b/arm9/lib/include/OS_mutex.h index a2cdff23..0fc261a4 100644 --- a/arm9/lib/include/OS_mutex.h +++ b/arm9/lib/include/OS_mutex.h @@ -11,4 +11,6 @@ struct OSMutex { OSMutexLink link; }; +void OSi_UnlockAllMutex(OSThread * thread); + #endif //POKEDIAMOND_OS_MUTEX_H |