drivers/ec_module.h
branchkernel2.6
changeset 33 f4171b8aadf8
parent 27 d75ef6b46e33
child 39 6965c23a6826
equal deleted inserted replaced
32:7d9809fbf7b9 33:f4171b8aadf8
    27 /******************************************************************************/
    27 /******************************************************************************/
    28 
    28 
    29 int __init ecat_init_module(void);
    29 int __init ecat_init_module(void);
    30 void __exit ecat_cleanup_module(void);
    30 void __exit ecat_cleanup_module(void);
    31 
    31 
    32 EtherCAT_master_t *EtherCAT_master(int);
    32 // Registration of devices
       
    33 int EtherCAT_register_device(int, EtherCAT_device_t *);
       
    34 void EtherCAT_unregister_device(int, EtherCAT_device_t *);
       
    35 
       
    36 EtherCAT_master_t *EtherCAT_request(int);
       
    37 void EtherCAT_release(EtherCAT_master_t *);
    33 
    38 
    34 /******************************************************************************/
    39 /******************************************************************************/