include/sdo.h
changeset 172 0248c2b148bb
parent 149 fe50ada8020b
child 499 061f12bd838b
equal deleted inserted replaced
171:db7a030babb2 172:0248c2b148bb
    20 Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
    20 Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
    21 */
    21 */
    22 
    22 
    23 #ifndef __sdo_h__
    23 #ifndef __sdo_h__
    24 #define __sdo_h__
    24 #define __sdo_h__
    25 
       
    26 typedef void (*SDOtimeoutError_t)(UNS8 line);
       
    27 void _SDOtimeoutError (UNS8);
       
    28 
    25 
    29 struct struct_s_transfer;
    26 struct struct_s_transfer;
    30 
    27 
    31 #include "timer.h"
    28 #include "timer.h"
    32 
    29