summaryrefslogtreecommitdiff
path: root/include/task.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/task.h')
-rw-r--r--include/task.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/task.h b/include/task.h
index 06cef86946..d7d6dd1ca3 100644
--- a/include/task.h
+++ b/include/task.h
@@ -184,6 +184,11 @@ void task_clear_fp_used(void);
#endif
/**
+ * Mark all tasks as ready to run and reschedule the highest priority task.
+ */
+void task_enable_all_tasks(void);
+
+/**
* Enable an interrupt.
*/
void task_enable_irq(int irq);