master/pdo.h
changeset 934 96241b092fac
parent 933 618ab9e03321
child 996 1c7033e7c1b9
--- a/master/pdo.h	Mon Jun 02 10:21:20 2008 +0000
+++ b/master/pdo.h	Mon Jun 02 10:49:44 2008 +0000
@@ -73,6 +73,9 @@
 ec_pdo_entry_t *ec_pdo_add_entry(ec_pdo_t *, uint16_t, uint8_t, uint8_t);
 int ec_pdo_copy_entries(ec_pdo_t *, const ec_pdo_t *);
 int ec_pdo_equal_entries(const ec_pdo_t *, const ec_pdo_t *);
+unsigned int ec_pdo_entry_count(const ec_pdo_t *);
+const ec_pdo_entry_t *ec_pdo_find_entry_by_pos_const(
+        const ec_pdo_t *, unsigned int);
 
 /*****************************************************************************/