patch-2.3.26 linux/include/net/irda/wrapper.h

Next file: linux/ipc/shm.c
Previous file: linux/include/net/irda/uircc.h
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.3.25/linux/include/net/irda/wrapper.h linux/include/net/irda/wrapper.h
@@ -6,7 +6,7 @@
  * Status:        Experimental.
  * Author:        Dag Brattli <dagb@cs.uit.no>
  * Created at:    Mon Aug  4 20:40:53 1997
- * Modified at:   Thu Oct  7 11:40:25 1999
+ * Modified at:   Sat Oct 30 16:29:01 1999
  * Modified by:   Dag Brattli <dagb@cs.uit.no>
  * 
  *     Copyright (c) 1998-1999 Dag Brattli <dagb@cs.uit.no>, 
@@ -52,7 +52,9 @@
 
 /* Proto definitions */
 int async_wrap_skb(struct sk_buff *skb, __u8 *tx_buff, int buffsize);
-int async_bump(struct net_device *dev, __u8 *buf, int len);
-int async_unwrap_char(struct net_device *dev, struct iobuff_t *buf, __u8 byte);
+void async_bump(struct net_device *dev, struct net_device_stats *stats,
+		__u8 *buf, int len);
+void async_unwrap_char(struct net_device *dev, struct net_device_stats *stats,
+		       struct iobuff_t *buf, __u8 byte);
 
 #endif

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)