lib/domain.c
changeset 1963 6aaf77798445
parent 1959 656f114153c2
child 2054 3417bbc4ad2f
child 2421 bc2d4bf9cbe5
equal deleted inserted replaced
1962:df9b00bda8dc 1963:6aaf77798445
    42 #include <string.h>
    42 #include <string.h>
    43 
    43 
    44 #include "domain.h"
    44 #include "domain.h"
    45 #include "master.h"
    45 #include "master.h"
    46 #include "master/ioctl.h"
    46 #include "master/ioctl.h"
       
    47 
       
    48 /*****************************************************************************/
       
    49 
       
    50 void ec_domain_clear(ec_domain_t *domain)
       
    51 {
       
    52     // nothing to do
       
    53 }
    47 
    54 
    48 /*****************************************************************************/
    55 /*****************************************************************************/
    49 
    56 
    50 int ecrt_domain_reg_pdo_entry_list(ec_domain_t *domain,
    57 int ecrt_domain_reg_pdo_entry_list(ec_domain_t *domain,
    51         const ec_pdo_entry_reg_t *regs)
    58         const ec_pdo_entry_reg_t *regs)