=================================================================== RCS file: /cvs/funnyos/dev/fcons/fconsvar.h,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- funnyos/dev/fcons/fconsvar.h 2007/10/16 09:41:04 1.1 +++ funnyos/dev/fcons/fconsvar.h 2007/10/16 21:37:01 1.2 @@ -1,5 +1,5 @@ /* - * $Id: fconsvar.h,v 1.1 2007/10/16 08:41:04 init Exp $ + * $Id: fconsvar.h,v 1.2 2007/10/16 20:37:01 init Exp $ */ #ifndef _DEV_FCONS_FCONSVAR_H #define _DEV_FCONS_FCONSVAR_H @@ -17,7 +17,7 @@ }; -struct consoleops { +struct fcons_handle { char (*getc)(struct device *); void (*putc)(struct device *, char); };