diff options
Diffstat (limited to 'include/linux/icmp.h')
| -rw-r--r-- | include/linux/icmp.h | 24 |
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 */ |
