pokediamond/arm9/lib/include/OS_mutex.h
2020-06-19 19:07:34 +01:00

11 lines
238 B
C

#ifndef POKEDIAMOND_ARM9_OS_MUTEX_H
#define POKEDIAMOND_ARM9_OS_MUTEX_H
#include "OS_thread.h"
#include "OS_context.h"
#include "nitro/OS_mutex_shared.h"
void OSi_UnlockAllMutex(OSThread * thread);
#endif //POKEDIAMOND_ARM9_OS_MUTEX_H