mirror of
https://github.com/pret/pokediamond.git
synced 2026-08-08 11:44:58 -05:00
11 lines
238 B
C
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
|