include/EtherCAT_dev.h
changeset 96 080b46eb6e2d
parent 78 3d74183d6c6b
child 98 f564d0929292
equal deleted inserted replaced
95:0066de7a456d 96:080b46eb6e2d
    38 void EtherCAT_dev_unregister(unsigned int, ec_device_t *);
    38 void EtherCAT_dev_unregister(unsigned int, ec_device_t *);
    39 
    39 
    40 int EtherCAT_dev_is_ec(const ec_device_t *, const struct net_device *);
    40 int EtherCAT_dev_is_ec(const ec_device_t *, const struct net_device *);
    41 void EtherCAT_dev_state(ec_device_t *, ec_device_state_t);
    41 void EtherCAT_dev_state(ec_device_t *, ec_device_state_t);
    42 void EtherCAT_dev_receive(ec_device_t *, const void *, size_t);
    42 void EtherCAT_dev_receive(ec_device_t *, const void *, size_t);
       
    43 void EtherCAT_dev_link_state(ec_device_t *, uint8_t);
    43 
    44 
    44 /*****************************************************************************/
    45 /*****************************************************************************/
    45 
    46 
    46 #endif
    47 #endif