master/fmmu_config.h
changeset 2589 2b9c78543663
parent 2103 8c63d804ead9
child 2610 f0fdcce9874b
--- a/master/fmmu_config.h	Thu Sep 06 14:21:02 2012 +0200
+++ b/master/fmmu_config.h	Mon Nov 03 15:20:05 2014 +0100
@@ -50,18 +50,13 @@
     uint8_t sync_index; /**< Index of sync manager to use. */
     ec_direction_t dir; /**< FMMU direction. */
     uint32_t logical_start_address; /**< Logical start address. */
-    size_t tx_size; /**< Transmitted (bus) size. FIXME */
-    uint32_t domain_address;    /** Domain start address */
     unsigned int data_size; /**< Covered PDO size. */
 } ec_fmmu_config_t;
 
 /*****************************************************************************/
 
 void ec_fmmu_config_init(ec_fmmu_config_t *, ec_slave_config_t *,
-        uint8_t, ec_direction_t);
-
-void ec_fmmu_config_domain(ec_fmmu_config_t *, ec_domain_t *,
-        uint32_t , size_t);
+        ec_domain_t *, uint8_t, ec_direction_t);
 
 void ec_fmmu_config_page(const ec_fmmu_config_t *, const ec_sync_t *,
         uint8_t *);