[BACK]Return to fconsvar.h CVS log [TXT][DIR] Up to [local] / funnyos / dev / fcons

Diff for /funnyos/dev/fcons/fconsvar.h between version 1.1 and 1.2

version 1.1, 2007/10/16 09:41:04 version 1.2, 2007/10/16 21:37:01
Line 17 
Line 17 
 };  };
   
   
 struct consoleops {  struct fcons_handle {
         char    (*getc)(struct device *);          char    (*getc)(struct device *);
         void    (*putc)(struct device *, char);          void    (*putc)(struct device *, char);
 };  };

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

CVSweb