summaryrefslogtreecommitdiff
path: root/firmware/kernel/mutex.c
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/kernel/mutex.c')
-rw-r--r--firmware/kernel/mutex.c7
1 files changed, 1 insertions, 6 deletions
diff --git a/firmware/kernel/mutex.c b/firmware/kernel/mutex.c
index 2e90b0f4b1..e5729dc893 100644
--- a/firmware/kernel/mutex.c
+++ b/firmware/kernel/mutex.c
@@ -23,13 +23,8 @@
23/**************************************************************************** 23/****************************************************************************
24 * Simple mutex functions ;) 24 * Simple mutex functions ;)
25 ****************************************************************************/ 25 ****************************************************************************/
26
27#include <stdbool.h>
28#include "config.h"
29#include "system.h"
30#include "kernel.h"
31#include "thread-internal.h"
32#include "kernel-internal.h" 26#include "kernel-internal.h"
27#include "mutex.h"
33 28
34/* Initialize a mutex object - call before any use and do not call again once 29/* Initialize a mutex object - call before any use and do not call again once
35 * the object is available to other threads */ 30 * the object is available to other threads */