aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/trdevice.h
diff options
context:
space:
mode:
authorAl Viro <viro@zeniv.linux.org.uk>2006-09-27 00:23:16 -0400
committerDavid S. Miller <davem@sunset.davemloft.net>2006-09-28 20:53:59 -0400
commit0ac0760a57a6b1eb75c21a590e578be5dfc2f88b (patch)
tree397d0458d430251a80c2d55716639e14f5b96f3f /include/linux/trdevice.h
parent2a50f28c326d20ab4556be1b867ecddf6aefbb88 (diff)
[TR]: endiannness annotations
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/linux/trdevice.h')
-rw-r--r--include/linux/trdevice.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/trdevice.h b/include/linux/trdevice.h
index 99e02ef54c4..bfc84a7aecc 100644
--- a/include/linux/trdevice.h
+++ b/include/linux/trdevice.h
@@ -28,7 +28,7 @@
28#include <linux/if_tr.h> 28#include <linux/if_tr.h>
29 29
30#ifdef __KERNEL__ 30#ifdef __KERNEL__
31extern unsigned short tr_type_trans(struct sk_buff *skb, struct net_device *dev); 31extern __be16 tr_type_trans(struct sk_buff *skb, struct net_device *dev);
32extern void tr_source_route(struct sk_buff *skb, struct trh_hdr *trh, struct net_device *dev); 32extern void tr_source_route(struct sk_buff *skb, struct trh_hdr *trh, struct net_device *dev);
33extern struct net_device *alloc_trdev(int sizeof_priv); 33extern struct net_device *alloc_trdev(int sizeof_priv);
34 34