summaryrefslogtreecommitdiff
path: root/nuttx/sched/group/group.h
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/sched/group/group.h')
-rw-r--r--nuttx/sched/group/group.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/nuttx/sched/group/group.h b/nuttx/sched/group/group.h
index 96ebe231d..a15919070 100644
--- a/nuttx/sched/group/group.h
+++ b/nuttx/sched/group/group.h
@@ -75,6 +75,11 @@ extern FAR struct task_group_s *g_grouphead;
/****************************************************************************
* Public Function Prototypes
****************************************************************************/
+
+#ifdef CONFIG_SCHED_CHILD_STATUS
+void weak_function task_initialize(void);
+#endif
+
/* Task group data structure management */
#ifdef HAVE_TASK_GROUP