EoE documentation updates.
authorFlorian Pose <fp@igh-essen.com>
Tue, 09 May 2006 10:13:53 +0000
changeset 219 7572c5bf7bb3
parent 218 80fb87518f3d
child 220 342ad851ec78
EoE documentation updates.
master/ethernet.c
--- a/master/ethernet.c	Tue May 09 09:45:42 2006 +0000
+++ b/master/ethernet.c	Tue May 09 10:13:53 2006 +0000
@@ -42,7 +42,6 @@
 /*****************************************************************************/
 
 void ec_eoe_flush(ec_eoe_t *);
-void ec_eoedev_init(struct net_device *);
 
 // state functions
 void ec_eoe_state_rx_start(ec_eoe_t *);
@@ -56,7 +55,6 @@
 int ec_eoedev_stop(struct net_device *);
 int ec_eoedev_tx(struct sk_buff *, struct net_device *);
 struct net_device_stats *ec_eoedev_stats(struct net_device *);
-void ec_eoedev_rx(struct net_device *, const uint8_t *, size_t);
 
 /*****************************************************************************/