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

Annotation of funnyos/arch/sam7s64/dev/sarttvar.h, Revision 1.1

1.1     ! nbrk        1: /*
        !             2:  * $Id$
        !             3:  */
        !             4: #ifndef _ARCH_SAM7S64_DEV_SARTTVAR_H
        !             5: #define _ARCH_SAM7S64_DEV_SARTTVAR_H
        !             6:
        !             7: #include <sys/bus.h>
        !             8:
        !             9: struct sartt_dd {
        !            10:        struct bus_handle *sr_bhp;
        !            11: };
        !            12:
        !            13: #endif /* not _ARCH_SAM7S64_DEV_SARTTVAR_H */
        !            14:

CVSweb