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