diff -r b369f3f92eb8 -r 7d748d9cf9e8 lib/sdo_request.h --- a/lib/sdo_request.h Mon Oct 18 10:30:57 2010 +0200 +++ b/lib/sdo_request.h Mon Oct 18 10:45:07 2010 +0200 @@ -33,6 +33,7 @@ /*****************************************************************************/ struct ec_sdo_request { + ec_sdo_request_t *next; /**< List header. */ ec_slave_config_t *config; /**< Parent slave configuration. */ unsigned int index; /**< Request index (identifier). */ uint16_t sdo_index; /**< SDO index. */ @@ -43,3 +44,7 @@ }; /*****************************************************************************/ + +void ec_sdo_request_clear(ec_sdo_request_t *); + +/*****************************************************************************/