diff options
author | red031000 <rubenru09@aol.com> | 2020-06-10 02:25:43 +0100 |
---|---|---|
committer | red031000 <rubenru09@aol.com> | 2020-06-10 02:25:59 +0100 |
commit | 70d1600ef2607ecb112ca270f5982b4829e44c19 (patch) | |
tree | 63850e04719ff78998fd22d985aba08d5745d425 /arm9/lib/include/OS_mutex.h | |
parent | caba1031233657d89f3c35079e664551a07cd72f (diff) |
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 |