/[rtmk]/rtmk/init-main.c
ViewVC logotype

Diff of /rtmk/init-main.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.12 by jrydberg, Tue Feb 5 20:45:32 2002 UTC revision 1.13 by jrydberg, Sun Feb 17 17:54:57 2002 UTC
# Line 22  Foundation, Inc., 59 Temple Place - Suit Line 22  Foundation, Inc., 59 Temple Place - Suit
22  #include "processor.h"  #include "processor.h"
23  #include "bootstrap.h"  #include "bootstrap.h"
24  #include "host.h"  #include "host.h"
25    #include "eventcnt.h"
26    
27  /* From version.c  */  /* From version.c  */
28  extern char version_string [];  extern char version_string [];
# Line 118  init_main (void) Line 119  init_main (void)
119    
120    host_init ();    host_init ();
121    callout_init ();    callout_init ();
122      eventcnt_init ();
123    
124    /* Create the launch thread and start it.  */    /* Create the launch thread and start it.  */
125    

Legend:
Removed from v.1.12  
changed lines
  Added in v.1.13

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26