forked from Imagelibrary/rtems
2008-01-29 Joel Sherrill <joel.sherrill@oarcorp.com>
* fileio/system.h, ticker/system.h: Add new Object Services collection. This changed the name of a few previously public but undocumented services and added a some new services.
This commit is contained in:
@@ -1,3 +1,9 @@
|
||||
2008-01-29 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* fileio/system.h, ticker/system.h: Add new Object Services collection.
|
||||
This changed the name of a few previously public but undocumented
|
||||
services and added a some new services.
|
||||
|
||||
2008-01-11 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* hello/init.c: Remove accidental commit.
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
* This include file contains information that is included in every
|
||||
* function in the test set.
|
||||
*
|
||||
* COPYRIGHT (c) 1989-2007.
|
||||
* COPYRIGHT (c) 1989-2008.
|
||||
* On-Line Applications Research Corporation (OAR).
|
||||
*
|
||||
* The license and distribution terms for this file may be
|
||||
@@ -115,7 +115,8 @@ static inline uint32_t get_ticks_per_second( void )
|
||||
*/
|
||||
|
||||
#define task_number( tid ) \
|
||||
( rtems_get_index( tid ) - \
|
||||
rtems_configuration_get_rtems_api_configuration()->number_of_initialization_tasks )
|
||||
( rtems_object_id_get_index( tid ) - \
|
||||
rtems_configuration_get_rtems_api_configuration()-> \
|
||||
number_of_initialization_tasks )
|
||||
|
||||
/* end of include file */
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
* This include file contains information that is included in every
|
||||
* function in the test set.
|
||||
*
|
||||
* COPYRIGHT (c) 1989-1999.
|
||||
* COPYRIGHT (c) 1989-2008.
|
||||
* On-Line Applications Research Corporation (OAR).
|
||||
*
|
||||
* The license and distribution terms for this file may be
|
||||
@@ -110,7 +110,8 @@ static inline uint32_t get_ticks_per_second( void )
|
||||
*/
|
||||
|
||||
#define task_number( tid ) \
|
||||
( rtems_get_index( tid ) - \
|
||||
rtems_configuration_get_rtems_api_configuration()->number_of_initialization_tasks )
|
||||
( rtems_object_id_get_index( tid ) - \
|
||||
rtems_configuration_get_rtems_api_configuration()-> \
|
||||
number_of_initialization_tasks )
|
||||
|
||||
/* end of include file */
|
||||
|
||||
Reference in New Issue
Block a user