[BACK]Return to config.c CVS log [TXT][DIR] Up to [local] / funnyos / arch / testarm

Diff for /funnyos/arch/testarm/config.c between version 1.13 and 1.14

version 1.13, 2007/11/20 16:10:52 version 1.14, 2007/11/23 13:37:42
Line 24 
Line 24 
   
 /* tasks */  /* tasks */
 extern void hello_enter(void);  extern void hello_enter(void);
   extern void hello2_enter(void);
   
   
 /* amount of physical memory, in Bytes */  /* amount of physical memory, in Bytes */
Line 66 
Line 67 
 struct u_task config_tasklist[] = {  struct u_task config_tasklist[] = {
 /* name, priority, enter */  /* name, priority, enter */
         { "hello", 1, hello_enter },          { "hello", 1, hello_enter },
           { "hello2",1, hello2_enter },
         { NULL,    0, NULL }          { NULL,    0, NULL }
 };  };
   

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

CVSweb