summaryrefslogtreecommitdiff
path: root/arm7/lib/include/OS_mutex.h
blob: b41ac9f89aedb4dc68fb4f403dc9bdd29316c7fa (plain)
1
2
3
4
5
6
7
8
9
#ifndef POKEDIAMOND_ARM7_OS_MUTEX_H
#define POKEDIAMOND_ARM7_OS_MUTEX_H

#include "OS_context.h"
#include "nitro/OS_mutex_shared.h"

void OSi_UnlockAllMutex(OSThread * thread);

#endif //POKEDIAMOND_ARM7_OS_MUTEX_H