master/slave.h
changeset 269 a03be9a6fed6
parent 266 0234b0c26c52
child 275 ba51285d4ef6
--- a/master/slave.h	Fri Jun 02 12:01:47 2006 +0000
+++ b/master/slave.h	Fri Jun 02 14:25:45 2006 +0000
@@ -271,6 +271,9 @@
     char *eeprom_order; /**< slave order number acc. to EEPROM */
     char *eeprom_name; /**< slave name acc. to EEPROM */
 
+    uint16_t *new_eeprom_data; /**< new EEPROM data to write */
+    size_t new_eeprom_size; /**< size of new EEPROM data in words */
+
     struct list_head sdo_dictionary; /**< SDO directory list */
 
     ec_command_t mbox_command; /**< mailbox command */