master/ethernet.h
changeset 210 1cc6bcb1e6ae
parent 203 c1f305e339c6
child 212 82980deb8b00
equal deleted inserted replaced
209:fe044345aaec 210:1cc6bcb1e6ae
    62 {
    62 {
    63     struct list_head list; /**< list item */
    63     struct list_head list; /**< list item */
    64     ec_slave_t *slave; /**< pointer to the corresponding slave */
    64     ec_slave_t *slave; /**< pointer to the corresponding slave */
    65     ec_eoe_state_t rx_state; /**< state of the state machine */
    65     ec_eoe_state_t rx_state; /**< state of the state machine */
    66     struct net_device *dev; /**< net_device for virtual ethernet device */
    66     struct net_device *dev; /**< net_device for virtual ethernet device */
       
    67     uint8_t opened; /**< net_device is opened */
    67 }
    68 }
    68 ec_eoe_t;
    69 ec_eoe_t;
    69 
    70 
    70 /*****************************************************************************/
    71 /*****************************************************************************/
    71 
    72