[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.3

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

CVSweb