master/master.h
changeset 275 ba51285d4ef6
parent 268 4f9c149fb71f
child 286 f3352378b4d4
--- a/master/master.h	Wed Jun 14 10:23:02 2006 +0000
+++ b/master/master.h	Tue Jun 20 14:40:04 2006 +0000
@@ -151,9 +151,9 @@
 
 // misc.
 void ec_master_clear_slaves(ec_master_t *);
-void ec_sync_config(const ec_sync_t *, uint8_t *);
+void ec_sync_config(const ec_sync_t *, const ec_slave_t *, uint8_t *);
 void ec_eeprom_sync_config(const ec_eeprom_sync_t *, uint8_t *);
-void ec_fmmu_config(const ec_fmmu_t *, uint8_t *);
+void ec_fmmu_config(const ec_fmmu_t *, const ec_slave_t *, uint8_t *);
 void ec_master_output_stats(ec_master_t *);
 
 /*****************************************************************************/