master/pdo.h
changeset 1823 2bf892fe8080
parent 1363 11c0b2caa253
equal deleted inserted replaced
1822:74e6ac2369f4 1823:2bf892fe8080
    66 int ec_pdo_equal_entries(const ec_pdo_t *, const ec_pdo_t *);
    66 int ec_pdo_equal_entries(const ec_pdo_t *, const ec_pdo_t *);
    67 unsigned int ec_pdo_entry_count(const ec_pdo_t *);
    67 unsigned int ec_pdo_entry_count(const ec_pdo_t *);
    68 const ec_pdo_entry_t *ec_pdo_find_entry_by_pos_const(
    68 const ec_pdo_entry_t *ec_pdo_find_entry_by_pos_const(
    69         const ec_pdo_t *, unsigned int);
    69         const ec_pdo_t *, unsigned int);
    70 
    70 
       
    71 void ec_pdo_print_entries(const ec_pdo_t *);
       
    72 
    71 /*****************************************************************************/
    73 /*****************************************************************************/
    72 
    74 
    73 #endif
    75 #endif