Changes between Version 46 and Version 47 of Developer/Projects/SequencedInitialization


Ignore:
Timestamp:
06/15/10 15:33:47 (14 years ago)
Author:
Wenjie1984
Comment:

/* Components Of Rtems Sequenced Initialization API */

Legend:

Unmodified
Added
Removed
Modified
  • Developer/Projects/SequencedInitialization

    v46 v47  
    224224; The definition of rtems sysinit_core struct and its reference:
    225225
    226 The field of struct sysinit_core will be extended in the futurn, now there is two fields filling in the struct. the field status indicates the status of rtems startup or close down sequence and the field handler is the entry function of rtems sequenced initialization or termination.
     226The field of struct sysinit_core will be extended in the futurn, now there is only one field filling in the struct. the field handler is the entry function of rtems sequenced initialization or termination.
    227227
    228228 /**