=================================================================== RCS file: /cvs/funnyos/arch/testarm/dev/taconsvar.h,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- funnyos/arch/testarm/dev/taconsvar.h 2007/10/16 20:18:56 1.2 +++ funnyos/arch/testarm/dev/taconsvar.h 2007/10/16 20:31:29 1.3 @@ -1,5 +1,5 @@ /* - * $Id: taconsvar.h,v 1.2 2007/10/16 19:18:56 init Exp $ + * $Id: taconsvar.h,v 1.3 2007/10/16 19:31:29 init Exp $ */ #ifndef _ARCH_TESTARM_DEV_TACONSVAR_H #define _ARCH_TESTARM_DEV_TACONSVAR_H @@ -7,8 +7,8 @@ #include struct tacons_dd { - struct consoleops td_consops; - + uint32_t td_ioaddr; /* I/O addr */ + struct consoleops td_consops; }; #endif /* _ARCH_TESTARM_DEV_TACONSVAR_H */