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

Annotation of funnyos/arch/testarm/dev/tairqcvar.h, Revision 1.1

1.1     ! init        1: /*
        !             2:  * $Id$
        !             3:  */
        !             4: #ifndef _ARCH_TESTARM_DEV_TAIRQCVAR_H
        !             5: #define _ARCH_TESTARM_DEV_TAIRQCVAR_H
        !             6:
        !             7: #include <sys/types.h>
        !             8: #include <sys/bus.h>
        !             9:
        !            10: #define TAIRQC_FLAG_DISABLE    0x01    /* disables irqc */
        !            11:
        !            12:
        !            13: struct tairqc_dd {
        !            14:        struct bus_handle       *td_bushandlep;
        !            15:
        !            16:        uint32_t        td_oiaddr;              /* location on parent */
        !            17:
        !            18:        uint32_t        td_irqstatus;   /* interrupt status, one bit per intr source */
        !            19:        uint32_t        td_irqmask;             /* interrupt mask, masked (1) or not (0) */
        !            20: };
        !            21:
        !            22: #endif /* not _ARCH_TESTARM_DEV_TAIRQCVAR_H */
        !            23:

CVSweb