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:
Joel Sherrill
2008-01-29 21:53:16 +00:00
parent 6e31513261
commit 8f5b274611
3 changed files with 14 additions and 6 deletions

View File

@@ -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 */