Changes between Version 27 and Version 28 of Developer/Projects/SequencedInitialization


Ignore:
Timestamp:
06/10/10 19:34:23 (14 years ago)
Author:
Wenjie1984
Comment:

/* Open Projects */

Legend:

Unmodified
Added
Removed
Modified
  • Developer/Projects/SequencedInitialization

    v27 v28  
    199199 #define INDEX_ELEVENTH  0010   /* eleventh*/
    200200 #define INDEX_TWELFTH   0011   /* twelfth */
    201 
    202201 /*the defination of combination of domains*/
    203202 #define RTEMS_SYSINIT_MAKE_ORDER(a, b, c) #a#b#c
    204203
    205204; The definition of rtems sysinit_core struct and its reference:
    206  The field of struct sysinit_core will be extended in the futurn, now the item status is
    207  just used for filling in the struct.
     205
     206The field of struct sysinit_core will be extended in the futurn, now the item status is
     207just used for filling in the struct.
    208208
    209209 /*The type of handler invoked when constructing*/