master/slave.h
changeset 264 76cba93ba122
parent 260 5fe7df7f2433
child 266 0234b0c26c52
equal deleted inserted replaced
263:aa6623e5d958 264:76cba93ba122
   263 
   263 
   264     struct list_head eeprom_strings; /**< EEPROM STRING categories */
   264     struct list_head eeprom_strings; /**< EEPROM STRING categories */
   265     struct list_head eeprom_syncs; /**< EEPROM SYNC MANAGER categories */
   265     struct list_head eeprom_syncs; /**< EEPROM SYNC MANAGER categories */
   266     struct list_head eeprom_pdos; /**< EEPROM [RT]XPDO categories */
   266     struct list_head eeprom_pdos; /**< EEPROM [RT]XPDO categories */
   267 
   267 
       
   268     char *eeprom_group; /**< slave group acc. to EEPROM */
       
   269     char *eeprom_image; /**< slave image name acc. to EEPROM */
       
   270     char *eeprom_order; /**< slave order number acc. to EEPROM */
   268     char *eeprom_name; /**< slave name acc. to EEPROM */
   271     char *eeprom_name; /**< slave name acc. to EEPROM */
   269     char *eeprom_group; /**< slave group acc. to EEPROM */
       
   270     char *eeprom_desc; /**< slave description acc. to EEPROM */
       
   271 
   272 
   272     struct list_head sdo_dictionary; /**< SDO directory list */
   273     struct list_head sdo_dictionary; /**< SDO directory list */
   273 
   274 
   274     ec_command_t mbox_command; /**< mailbox command */
   275     ec_command_t mbox_command; /**< mailbox command */
   275 
   276