=================================================================== RCS file: /cvs/funnyos/arch/testarm/dev/taconsvar.h,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- funnyos/arch/testarm/dev/taconsvar.h 2007/10/16 09:41:04 1.1 +++ funnyos/arch/testarm/dev/taconsvar.h 2007/10/16 20:18:56 1.2 @@ -1,8 +1,15 @@ /* - * $Id: taconsvar.h,v 1.1 2007/10/16 08:41:04 init Exp $ + * $Id: taconsvar.h,v 1.2 2007/10/16 19:18:56 init Exp $ */ #ifndef _ARCH_TESTARM_DEV_TACONSVAR_H #define _ARCH_TESTARM_DEV_TACONSVAR_H + +#include + +struct tacons_dd { + struct consoleops td_consops; + +}; #endif /* _ARCH_TESTARM_DEV_TACONSVAR_H */