[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.2

1.1       init        1: /*
1.2     ! init        2:  * $Id: tairqcvar.h,v 1.1 2007/10/29 20:12:18 init Exp $
1.1       init        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:
1.2     ! init       16:        uint32_t        td_ioaddr;              /* location on parent */
1.1       init       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