/* * $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 #include struct tacons_dd { uint32_t td_ioaddr; /* I/O addr */ struct consoleops td_consops; }; #endif /* _ARCH_TESTARM_DEV_TACONSVAR_H */