include/EtherCAT_dev.h
changeset 78 3d74183d6c6b
parent 73 9f4ea66d89a3
child 96 080b46eb6e2d
equal deleted inserted replaced
77:677967864795 78:3d74183d6c6b
    35                                    irqreturn_t (*)(int, void *,
    35                                    irqreturn_t (*)(int, void *,
    36                                                    struct pt_regs *),
    36                                                    struct pt_regs *),
    37                                    struct module *);
    37                                    struct module *);
    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(ec_device_t *, 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 *, void *, unsigned int);
    42 void EtherCAT_dev_receive(ec_device_t *, const void *, size_t);
    43 
    43 
    44 /*****************************************************************************/
    44 /*****************************************************************************/
    45 
    45 
    46 #endif
    46 #endif