forked from Imagelibrary/rtems
2011-08-29 Joel Sherrill <joel.sherrilL@OARcorp.com>
* rtems/include/rtems/rtems/tasks.h: Formatting.
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
2011-08-29 Joel Sherrill <joel.sherrilL@OARcorp.com>
|
||||
|
||||
* rtems/include/rtems/rtems/tasks.h: Formatting.
|
||||
|
||||
2011-08-29 Joel Sherrill <joel.sherrilL@OARcorp.com>
|
||||
|
||||
* include/rtems/userenv.h, score/src/threadhandler.c: Formatting.
|
||||
|
||||
@@ -22,7 +22,8 @@
|
||||
* - wake up when specified
|
||||
*/
|
||||
|
||||
/* COPYRIGHT (c) 1989-2008.
|
||||
/*
|
||||
* COPYRIGHT (c) 1989-2011.
|
||||
* On-Line Applications Research Corporation (OAR).
|
||||
*
|
||||
* The license and distribution terms for this file may be
|
||||
@@ -387,9 +388,9 @@ rtems_status_code rtems_task_set_priority(
|
||||
* set to entry_point with the initial argument.
|
||||
*/
|
||||
rtems_status_code rtems_task_start(
|
||||
rtems_id id,
|
||||
rtems_task_entry entry_point,
|
||||
rtems_task_argument argument
|
||||
rtems_id id,
|
||||
rtems_task_entry entry_point,
|
||||
rtems_task_argument argument
|
||||
);
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user