include/EtherCAT_dev.h
changeset 55 059a9e712aa7
parent 54 7506e67dd122
child 73 9f4ea66d89a3
equal deleted inserted replaced
54:7506e67dd122 55:059a9e712aa7
    30 
    30 
    31 ec_device_t *EtherCAT_dev_register(unsigned int, struct net_device *,
    31 ec_device_t *EtherCAT_dev_register(unsigned int, struct net_device *,
    32                                    irqreturn_t (*)(int, void *,
    32                                    irqreturn_t (*)(int, void *,
    33                                                    struct pt_regs *),
    33                                                    struct pt_regs *),
    34                                    struct module *);
    34                                    struct module *);
    35 void EtherCAT_dev_unregister(unsigned int);
    35 void EtherCAT_dev_unregister(unsigned int, ec_device_t *);
    36 int EtherCAT_dev_is_ec(ec_device_t *, struct net_device *);
    36 int EtherCAT_dev_is_ec(ec_device_t *, struct net_device *);
    37 void EtherCAT_dev_state(ec_device_t *, ec_device_state_t);
    37 void EtherCAT_dev_state(ec_device_t *, ec_device_state_t);
    38 int EtherCAT_dev_receive(ec_device_t *, void *, unsigned int);
    38 int EtherCAT_dev_receive(ec_device_t *, void *, unsigned int);
    39 
    39 
    40 /*****************************************************************************/
    40 /*****************************************************************************/