=================================================================== RCS file: /cvs/funnyos/arch/testarm/dev/taconsvar.h,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- funnyos/arch/testarm/dev/taconsvar.h 2007/10/16 20:31:29 1.3 +++ funnyos/arch/testarm/dev/taconsvar.h 2007/10/16 20:40:40 1.4 @@ -1,13 +1,16 @@ /* - * $Id: taconsvar.h,v 1.3 2007/10/16 19:31:29 init Exp $ + * $Id: taconsvar.h,v 1.4 2007/10/16 19:40:40 init Exp $ */ #ifndef _ARCH_TESTARM_DEV_TACONSVAR_H #define _ARCH_TESTARM_DEV_TACONSVAR_H +#include #include struct tacons_dd { + struct bus_handle *td_bhp; uint32_t td_ioaddr; /* I/O addr */ + struct consoleops td_consops; };