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

1.1       init        1: /*
1.2     ! init        2:  * $Id: obiovar.h,v 1.1.1.1 2007/10/16 08:41:04 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.1       init        8:
1.2     ! init        9: struct obio_dd {
        !            10:        uint8_t         od_locked;              /* lock flag */
        !            11:        uint8_t         od_ndevices;    /* number of attached devices */
        !            12: };
1.1       init       13:
                     14: #endif /* _ARCH_TESTARM_DEV_OBIOVAR_H */
                     15:

CVSweb