equal
deleted
inserted
replaced
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) |