summaryrefslogtreecommitdiffstats
path: root/include/net/irda/wrapper.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/net/irda/wrapper.h')
-rw-r--r--include/net/irda/wrapper.h8
1 files changed, 5 insertions, 3 deletions
diff --git a/include/net/irda/wrapper.h b/include/net/irda/wrapper.h
index 2b29d4c42..d4cfbbc52 100644
--- a/include/net/irda/wrapper.h
+++ b/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 @@ enum {
/* 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