Minor changes to slave.c

This commit is contained in:
Florian Pose 2007-01-10 10:51:43 +00:00
parent ea7e0ca982
commit 16684ccffd
1 changed files with 2 additions and 2 deletions

View File

@ -1220,13 +1220,13 @@ int ecrt_slave_pdo_size(ec_slave_t *slave, /**< EtherCAT slave */
/*****************************************************************************/
/**< \cond */
/** \cond */
EXPORT_SYMBOL(ecrt_slave_conf_sdo8);
EXPORT_SYMBOL(ecrt_slave_conf_sdo16);
EXPORT_SYMBOL(ecrt_slave_conf_sdo32);
EXPORT_SYMBOL(ecrt_slave_pdo_size);
/**< \endcond */
/** \endcond */
/*****************************************************************************/