This is the mail archive of the ecos-discuss@sources.redhat.com mailing list for the eCos project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: RedBoot_INIT_TAB initialization ?


On Thu, Apr 10, 2003 at 01:38:43PM -0700, Rupesh S wrote:
> Hi
> 
> In the eCos Sorce directory, specifically in the Redboot sources, there is a
> structure member named __RedBoot_INIT_TAB__ of  struct "init_tab_entry."
> The above structure seems to have a member , "fun". (function pointer).
> Can any body tell me where are these structures initialized, and what are
> they initialized to..?

Look for code like:

RedBoot_init(net_init, RedBoot_INIT_LAST);

    Andrew

-- 
Before posting, please read the FAQ: http://sources.redhat.com/fom/ecos
and search the list archive: http://sources.redhat.com/ml/ecos-discuss


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]