=================================================================== RCS file: /cvs/funnyos/dev/fcons/fconsvar.h,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- funnyos/dev/fcons/fconsvar.h 2007/10/16 21:37:01 1.2 +++ funnyos/dev/fcons/fconsvar.h 2007/10/16 21:49:40 1.3 @@ -1,5 +1,5 @@ /* - * $Id: fconsvar.h,v 1.2 2007/10/16 20:37:01 init Exp $ + * $Id: fconsvar.h,v 1.3 2007/10/16 20:49:40 init Exp $ */ #ifndef _DEV_FCONS_FCONSVAR_H #define _DEV_FCONS_FCONSVAR_H @@ -18,6 +18,8 @@ struct fcons_handle { + void *fh_ownerdd; /* similar to bh_ownerdd in bus_handle; XXX kill this cause it is ugly */ + char (*getc)(struct device *); void (*putc)(struct device *, char); };