diff options
author | Ralf Baechle <ralf@linux-mips.org> | 1997-04-29 21:13:14 +0000 |
---|---|---|
committer | <ralf@linux-mips.org> | 1997-04-29 21:13:14 +0000 |
commit | 19c9bba94152148523ba0f7ef7cffe3d45656b11 (patch) | |
tree | 40b1cb534496a7f1ca0f5c314a523c69f1fee464 /include/linux/trdevice.h | |
parent | 7206675c40394c78a90e74812bbdbf8cf3cca1be (diff) |
Import of Linux/MIPS 2.1.36
Diffstat (limited to 'include/linux/trdevice.h')
-rw-r--r-- | include/linux/trdevice.h | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/include/linux/trdevice.h b/include/linux/trdevice.h index 96801763d..77e4efb5d 100644 --- a/include/linux/trdevice.h +++ b/include/linux/trdevice.h @@ -3,7 +3,7 @@ * operating system. NET is implemented using the BSD Socket * interface as the means of communication with the user level. * - * Definitions for the Ethernet handlers. + * Definitions for the Token-ring handlers. * * Version: @(#)eth.h 1.0.4 05/13/93 * @@ -31,10 +31,11 @@ extern int tr_header(struct sk_buff *skb, struct device *dev, unsigned short type, void *daddr, void *saddr, unsigned len); -extern int tr_rebuild_header(void *buff, struct device *dev, - unsigned long raddr, struct sk_buff *skb); +extern int tr_rebuild_header(struct sk_buff *skb); extern unsigned short tr_type_trans(struct sk_buff *skb, struct device *dev); +extern struct device * init_trdev(struct device *, int); + #endif #endif /* _LINUX_TRDEVICE_H */ |