[BACK]Return to root.c CVS log [TXT][DIR] Up to [local] / funnyos / dev

Diff for /funnyos/dev/root.c between version 1.2 and 1.3

version 1.2, 2007/10/25 21:04:12 version 1.3, 2007/10/29 21:10:02
Line 23 
Line 23 
 struct driver root_dr = {  struct driver root_dr = {
         /* sizeof(dd) */ sizeof(struct root_dd),          /* sizeof(dd) */ sizeof(struct root_dd),
         /* attach */ root_attach,          /* attach */ root_attach,
         /* detach */ NULL          /* detach */ NULL,
           /* intr */ NULL
 };  };
   
   

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

CVSweb