master/ioctl.h
changeset 1057 435d7f36f13d
parent 1055 2be8918682fa
child 1079 ef1266652c4d
equal deleted inserted replaced
1056:7b656881e771 1057:435d7f36f13d
   294     struct {
   294     struct {
   295         ec_direction_t dir;
   295         ec_direction_t dir;
   296         uint32_t pdo_count;
   296         uint32_t pdo_count;
   297     } syncs[16];
   297     } syncs[16];
   298     uint32_t sdo_count;
   298     uint32_t sdo_count;
   299     uint8_t attached;
   299     uint8_t attached    : 1,
       
   300             operational : 1;
       
   301     
   300 } ec_ioctl_config_t;
   302 } ec_ioctl_config_t;
   301 
   303 
   302 /*****************************************************************************/
   304 /*****************************************************************************/
   303 
   305 
   304 typedef struct {
   306 typedef struct {