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

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

1.1     ! nbrk        1: /*
        !             2:  * $Id$
        !             3:  */
        !             4: #ifndef _ARCH_SAM7S64_DEV_SAWDTREG_H
        !             5: #define _ARCH_SAM7S64_DEV_SAWDTREG_H
        !             6:
        !             7: #include <sys/types.h>
        !             8:
        !             9: #define SAWDT_BASE             0xfffffd40
        !            10: #define  SAWDT_WDT_CR  0x00
        !            11: #define  SAWDT_WDT_MR  0x04
        !            12: #define  SAWDT_WDT_SR  0x08
        !            13:
        !            14: #endif /* not _ARCH_SAM7S64_DEV_SAWDTREG_H */
        !            15:

CVSweb