[BACK]Return to taconsvar.h CVS log [TXT][DIR] Up to [local] / funnyos / arch / testarm / dev

Annotation of funnyos/arch/testarm/dev/taconsvar.h, Revision 1.5

1.1       init        1: /*
1.5     ! init        2:  * $Id: taconsvar.h,v 1.4 2007/10/16 19:40:40 init Exp $
1.1       init        3:  */
                      4: #ifndef _ARCH_TESTARM_DEV_TACONSVAR_H
                      5: #define _ARCH_TESTARM_DEV_TACONSVAR_H
1.2       init        6:
1.4       init        7: #include <sys/bus.h>
1.2       init        8: #include <dev/fcons/fconsvar.h>
                      9:
                     10: struct tacons_dd {
1.4       init       11:        struct bus_handle       *td_bhp;
1.3       init       12:        uint32_t                        td_ioaddr;      /* I/O addr */
1.4       init       13:
1.5     ! init       14:        struct fcons_handle td_fh;
1.2       init       15: };
1.1       init       16:
                     17: #endif /* _ARCH_TESTARM_DEV_TACONSVAR_H */
                     18:

CVSweb