RTEMS 6.1-rc2
|
This source file contains the implementation of _RTEMS_tasks_Initialize_user_task(). More...
#include <rtems/rtems/tasksimpl.h>
#include <rtems/score/assert.h>
#include <rtems/score/threadimpl.h>
#include <rtems/score/interr.h>
Functions | |
void | _RTEMS_tasks_Initialize_user_task (void) |
Creates and starts the Classic API initialization task using rtems_task_create() and the configuration provided by _RTEMS_tasks_User_task_table. | |
This source file contains the implementation of _RTEMS_tasks_Initialize_user_task().