master/ioctl.h
changeset 1420 5eb814732c46
parent 1419 8fc38c37d86e
child 1421 043a518831b2
--- a/master/ioctl.h	Mon Apr 27 11:38:03 2009 +0000
+++ b/master/ioctl.h	Mon Apr 27 15:20:14 2009 +0000
@@ -165,11 +165,13 @@
     ec_sii_coe_details_t coe_details;
     ec_sii_general_flags_t general_flags;
     int16_t current_on_ebus;
-    ec_slave_port_desc_t ports[EC_MAX_PORTS];
+    ec_slave_port_desc_t port_descs[EC_MAX_PORTS];
+    ec_slave_port_t ports[EC_MAX_PORTS];
     uint8_t fmmu_bit;
     uint8_t dc_supported;
     ec_slave_dc_range_t dc_range;
     uint8_t has_dc_system_time;
+    uint32_t dc_receive_times[EC_MAX_PORTS];
     uint8_t al_state;
     uint8_t error_flag;
     uint8_t sync_count;