diff options
Diffstat (limited to 'arm7/lib/include/OS_mutex.h')
-rw-r--r-- | arm7/lib/include/OS_mutex.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arm7/lib/include/OS_mutex.h b/arm7/lib/include/OS_mutex.h index b41ac9f8..216da68c 100644 --- a/arm7/lib/include/OS_mutex.h +++ b/arm7/lib/include/OS_mutex.h @@ -4,6 +4,7 @@ #include "OS_context.h" #include "nitro/OS_mutex_shared.h" +void OS_InitMutex(OSMutex* mutex); void OSi_UnlockAllMutex(OSThread * thread); #endif //POKEDIAMOND_ARM7_OS_MUTEX_H |