From 70d1600ef2607ecb112ca270f5982b4829e44c19 Mon Sep 17 00:00:00 2001 From: red031000 Date: Wed, 10 Jun 2020 02:25:43 +0100 Subject: arm9 OS_thread --- arm9/lib/include/OS_mutex.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'arm9/lib/include/OS_mutex.h') 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 -- cgit v1.2.3