summaryrefslogtreecommitdiffstats
path: root/include/net/ipip.h
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>1997-04-29 21:13:14 +0000
committer <ralf@linux-mips.org>1997-04-29 21:13:14 +0000
commit19c9bba94152148523ba0f7ef7cffe3d45656b11 (patch)
tree40b1cb534496a7f1ca0f5c314a523c69f1fee464 /include/net/ipip.h
parent7206675c40394c78a90e74812bbdbf8cf3cca1be (diff)
Import of Linux/MIPS 2.1.36
Diffstat (limited to 'include/net/ipip.h')
-rw-r--r--include/net/ipip.h10
1 files changed, 7 insertions, 3 deletions
diff --git a/include/net/ipip.h b/include/net/ipip.h
index bba1492ed..64ce7a29d 100644
--- a/include/net/ipip.h
+++ b/include/net/ipip.h
@@ -1,4 +1,8 @@
-extern int ipip_rcv(struct sk_buff *skb, struct device *dev, struct options *opt,
- __u32 daddr, unsigned short len, __u32 saddr,
- int redo, struct inet_protocol *protocol);
+#ifndef __NET_IPIP_H
+#define __NET_IPIP_H 1
+
+extern void ipip_err(struct sk_buff *skb, unsigned char*);
+extern int ipip_rcv(struct sk_buff *skb, unsigned short len);
+
+#endif