[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.5 and 1.6

version 1.5, 2007/10/16 22:04:52 version 1.6, 2007/10/16 22:07:19
Line 7 
Line 7 
 #define FCONS_WIDTH     80  #define FCONS_WIDTH     80
 #define FCONS_HEIGHT    25  #define FCONS_HEIGHT    25
   
 #define NFCONS 1  
   
 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 */
   
Line 27 
Line 25 
   
   
 int     fcons_devctl(struct device *devp, uint8_t ctl, void *data);  int     fcons_devctl(struct device *devp, uint8_t ctl, void *data);
 char    fcons_getchar(struct device *devp);  char    fcons_getchar(void *ddp);
 void    fcons_putchar(struct device *devp, char ch);  void    fcons_putchar(void *ddp, char ch);
   
 /* XXX */  
 //#define putchar(x)    fcons_putchar()  
   
   
 /* devctl stuff */  /* devctl stuff */
 #define DCFCONS_GETCURROW       0  #define DCFCONS_GETCURROW       0

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.6

CVSweb