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

Annotation of funnyos/arch/testarm/dev/tartc.c, Revision 1.1

1.1     ! init        1: /*
        !             2:  * $Id: tartc.c,v 1.1.1.1 2007/10/12 08:40:36 init Exp $
        !             3:  */
        !             4: #include <sys/types.h>
        !             5: #include <sys/device.h>
        !             6: #include <libkern/printf.h>
        !             7:
        !             8: /*
        !             9:  * testarm Real Time Clock driver.
        !            10:  */
        !            11:
        !            12: /* TODO */
        !            13:
        !            14: int
        !            15: tartc_attach(struct device *self)
        !            16: {
        !            17:
        !            18:        printf("testarm Real Time Clock\n");
        !            19:
        !            20:        return(0);
        !            21:
        !            22: }
        !            23:

CVSweb