[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.3 and 1.4

version 1.3, 2007/10/16 21:49:40 version 1.4, 2007/10/16 21:51:32
Line 20 
Line 20 
 struct fcons_handle {  struct fcons_handle {
         void    *fh_ownerdd;    /* similar to bh_ownerdd in bus_handle; XXX kill this cause it is ugly */          void    *fh_ownerdd;    /* similar to bh_ownerdd in bus_handle; XXX kill this cause it is ugly */
   
         char    (*getc)(struct device *);          char    (*getc)(void *);
         void    (*putc)(struct device *, char);          void    (*putc)(void *, char);
 };  };
   
   

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

CVSweb