added initial posix configuration support

This commit is contained in:
Joel Sherrill
1996-05-28 13:13:34 +00:00
parent 3320e526ff
commit e6d4b1d086
44 changed files with 489 additions and 162 deletions

View File

@@ -109,7 +109,8 @@ extern "C" {
(TB)->ticks = TK; }
#define task_number( tid ) \
( rtems_get_index( tid ) - BSP_Configuration.number_of_initialization_tasks )
( rtems_get_index( tid ) - \
BSP_Configuration.RTEMS_api_configuration->number_of_initialization_tasks )
static inline rtems_unsigned32 get_ticks_per_second( void )
{