include/EtherCAT_dev.h
changeset 96 080b46eb6e2d
parent 78 3d74183d6c6b
child 98 f564d0929292
--- a/include/EtherCAT_dev.h	Tue Feb 28 13:07:05 2006 +0000
+++ b/include/EtherCAT_dev.h	Thu Mar 02 11:19:27 2006 +0000
@@ -40,6 +40,7 @@
 int EtherCAT_dev_is_ec(const ec_device_t *, const struct net_device *);
 void EtherCAT_dev_state(ec_device_t *, ec_device_state_t);
 void EtherCAT_dev_receive(ec_device_t *, const void *, size_t);
+void EtherCAT_dev_link_state(ec_device_t *, uint8_t);
 
 /*****************************************************************************/