diff -r 4f9c149fb71f -r a03be9a6fed6 master/slave.h --- 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 */