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

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

1.1     ! nbrk        1: /*
        !             2:  * $Id$
        !             3:  */
        !             4: #ifndef _ARCH_SAM7S64_DEV_SAAICVAR_H
        !             5: #define _ARCH_SAM7S64_DEV_SAAICVAR_H
        !             6:
        !             7: #include <sys/bus.h>
        !             8:
        !             9: int    saaic_attach(struct device *self, uint32_t loc, uint8_t flags);
        !            10: void   saaic_mask_intr(uint8_t intrno);
        !            11: void   saaic_unmask_intr(uint8_t intrno);
        !            12: uint32_t saaic_intrstatus(void);
        !            13: void   saaic_irq(void);
        !            14:
        !            15:
        !            16: struct saaic_dd {
        !            17:        struct bus_handle *sa_bhp;
        !            18: };
        !            19:
        !            20: #endif /* not _ARCH_SAM7S64_DEV_SAAICVAR_H */
        !            21:

CVSweb