/* * $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 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 */