/* * $Id: taconsvar.h,v 1.5 2007/10/16 20:33:36 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 fcons_handle td_fh; }; #endif /* _ARCH_TESTARM_DEV_TACONSVAR_H */