master/slave.c
changeset 404 7f7f429e13c7
parent 403 7bb931deccd9
child 409 bc4c852e1b93
equal deleted inserted replaced
403:7bb931deccd9 404:7f7f429e13c7
    50 
    50 
    51 extern const ec_code_msg_t al_status_messages[];
    51 extern const ec_code_msg_t al_status_messages[];
    52 
    52 
    53 /*****************************************************************************/
    53 /*****************************************************************************/
    54 
    54 
       
    55 void ec_slave_clear(struct kobject *);
    55 ssize_t ec_show_slave_attribute(struct kobject *, struct attribute *, char *);
    56 ssize_t ec_show_slave_attribute(struct kobject *, struct attribute *, char *);
    56 ssize_t ec_store_slave_attribute(struct kobject *, struct attribute *,
    57 ssize_t ec_store_slave_attribute(struct kobject *, struct attribute *,
    57                                  const char *, size_t);
    58                                  const char *, size_t);
    58 
    59 
    59 /*****************************************************************************/
    60 /*****************************************************************************/