summaryrefslogtreecommitdiff
path: root/include/task_id.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/task_id.h')
-rw-r--r--include/task_id.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/task_id.h b/include/task_id.h
index 8b6e14721f..a2fb17ca7a 100644
--- a/include/task_id.h
+++ b/include/task_id.h
@@ -32,6 +32,7 @@ enum {
/* Number of tasks */
TASK_ID_COUNT,
/* Special task identifiers */
+ TASK_ID_MUTEX = 0x1e, /* signal mutex unlocking */
TASK_ID_TIMER = 0x1f, /* message from an expired timer */
TASK_ID_CURRENT = 0xfe, /* the currently running task */
TASK_ID_INVALID = 0xff /* unable to find the task */