From f73fc29d6692e721e50a7a595d07faab29048a03 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Mon, 18 Aug 2008 19:18:52 +0000 Subject: 2008-08-18 Joel Sherrill * itron/include/rtems/itron/task.h, itron/src/def_cyc.c, itron/src/task.c, libcsupport/src/newlibc_exit.c, libcsupport/src/sync.c, libfs/src/imfs/imfs_fchmod.c, posix/include/rtems/posix/pthread.h, posix/src/pthread.c, posix/src/sysconf.c, rtems/include/rtems/rtems/tasks.h, rtems/src/tasks.c, score/include/rtems/score/stack.h, score/inline/rtems/score/stack.inl, score/inline/rtems/score/thread.inl, score/src/threadhandler.c: Fix various nested-externs warnings. --- cpukit/rtems/include/rtems/rtems/tasks.h | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'cpukit/rtems/include') diff --git a/cpukit/rtems/include/rtems/rtems/tasks.h b/cpukit/rtems/include/rtems/rtems/tasks.h index 75a069ec72..07b78f465b 100644 --- a/cpukit/rtems/include/rtems/rtems/tasks.h +++ b/cpukit/rtems/include/rtems/rtems/tasks.h @@ -227,6 +227,15 @@ typedef struct { */ RTEMS_TASKS_EXTERN Objects_Information _RTEMS_tasks_Information; +/** + * When the user configures a set of Classic API initialization tasks, + * This variable will point to the method used to initialize them. + * + * @note It is instantiated and initialized by confdefs.h based upon + * application requirements. + */ +extern void (*_RTEMS_tasks_Initialize_user_tasks_p)(void); + /** * @brief _RTEMS_tasks_Manager_initialization * -- cgit v1.2.3