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

Diff for /funnyos/dev/cpu.c between version 1.3 and 1.4

version 1.3, 2007/10/16 18:33:40 version 1.4, 2007/10/29 21:10:02
Line 14 
Line 14 
 struct driver cpu_dr = {  struct driver cpu_dr = {
         sizeof(struct cpu_dd),          sizeof(struct cpu_dd),
         cpu_attach,          cpu_attach,
           NULL,
         NULL          NULL
 };  };
   

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

CVSweb