summaryrefslogtreecommitdiff
path: root/include/linux/icmp.h
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@athlon.transmeta.com>2002-02-04 18:11:38 -0800
committerLinus Torvalds <torvalds@athlon.transmeta.com>2002-02-04 18:11:38 -0800
commit1a0153507ffae9cf3350e76c12d441788c0191e1 (patch)
treed05a502b4fc05202c84c1667019460c08ea088cd /include/linux/icmp.h
parentb0683ac8928c4cf40646a6ce3eb6ffe94605acfa (diff)
v2.4.3.2 -> v2.4.3.3
- Hui-Fen Hsu: sis900 driver update - NIIBE Yutaka: Super-H update - Alan Cox: more resyncs (ARM down, but more to go) - David Miller: network zerocopy, Sparc sync, qlogic,FC fix, etc. - David Miller/me: get rid of various drivers hacks to do mmap alignment behind the back of the VM layer. Create a real protocol for it.
Diffstat (limited to 'include/linux/icmp.h')
-rw-r--r--include/linux/icmp.h24
1 files changed, 0 insertions, 24 deletions
diff --git a/include/linux/icmp.h b/include/linux/icmp.h
index 49e3e931ded1..d9ab5cd83779 100644
--- a/include/linux/icmp.h
+++ b/include/linux/icmp.h
@@ -80,30 +80,6 @@ struct icmphdr {
} un;
};
-#ifdef __KERNEL__
-
-#include <linux/ip.h>
-
-/*
- * Build xmit assembly blocks
- */
-
-struct icmp_bxm
-{
- void *data_ptr;
- int data_len;
- struct icmphdr icmph;
- unsigned long csum;
- struct ip_options replyopts;
- unsigned char optbuf[40];
-};
-
-struct sk_buff;
-
-extern void icmp_reply(struct icmp_bxm *, struct sk_buff *);
-
-#endif
-
/*
* constants for (set|get)sockopt
*/