=================================================================== RCS file: /cvs/funnyos/arch/testarm/dev/obiovar.h,v retrieving revision 1.1.1.1 retrieving revision 1.3 diff -u -r1.1.1.1 -r1.3 --- funnyos/arch/testarm/dev/obiovar.h 2007/10/16 09:41:04 1.1.1.1 +++ funnyos/arch/testarm/dev/obiovar.h 2007/10/16 19:17:00 1.3 @@ -1,12 +1,20 @@ /* - * $Id: obiovar.h,v 1.1.1.1 2007/10/16 08:41:04 init Exp $ + * $Id: obiovar.h,v 1.3 2007/10/16 18:17:00 init Exp $ */ #ifndef _ARCH_TESTARM_DEV_OBIOVAR_H #define _ARCH_TESTARM_DEV_OBIOVAR_H +#include #include -/* XXX notused? */ + +struct obio_dd { + uint8_t od_locked; /* lock flag */ + uint8_t od_ndevices; /* number of attached devices */ + + /* bus_handle */ + struct bus_handle od_bh; +}; #endif /* _ARCH_TESTARM_DEV_OBIOVAR_H */