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

Annotation of funnyos/arch/testarm/dev/obiovar.h, Revision 1.3

1.1       init        1: /*
1.3     ! init        2:  * $Id: obiovar.h,v 1.2 2007/10/16 18:09:34 init Exp $
1.1       init        3:  */
                      4: #ifndef _ARCH_TESTARM_DEV_OBIOVAR_H
                      5: #define _ARCH_TESTARM_DEV_OBIOVAR_H
                      6:
1.2       init        7: #include <sys/types.h>
1.3     ! init        8: #include <sys/bus.h>
        !             9:
1.1       init       10:
1.2       init       11: struct obio_dd {
                     12:        uint8_t         od_locked;              /* lock flag */
                     13:        uint8_t         od_ndevices;    /* number of attached devices */
1.3     ! init       14:
        !            15:        /* bus_handle */
        !            16:        struct bus_handle od_bh;
1.2       init       17: };
1.1       init       18:
                     19: #endif /* _ARCH_TESTARM_DEV_OBIOVAR_H */
                     20:

CVSweb