X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=include%2Fnet%2Ficmp.h;h=05f8ff7d9316fe9d881aec2c0238d44221b14b16;hb=4b9c876a812fd3e2b17e2d1c94082ee4cf31608f;hp=6cdebeee5f961318bc5c8e942b1a2f92e4b276ce;hpb=3cb904caa97f5c193df21b8cdf780a826564baff;p=powerpc.git diff --git a/include/net/icmp.h b/include/net/icmp.h index 6cdebeee5f..05f8ff7d93 100644 --- a/include/net/icmp.h +++ b/include/net/icmp.h @@ -18,14 +18,10 @@ #ifndef _ICMP_H #define _ICMP_H -#include #include -#include -#include -#include +#include #include -#include struct icmp_err { int errno; @@ -38,6 +34,10 @@ DECLARE_SNMP_STAT(struct icmp_mib, icmp_statistics); #define ICMP_INC_STATS_BH(field) SNMP_INC_STATS_BH(icmp_statistics, field) #define ICMP_INC_STATS_USER(field) SNMP_INC_STATS_USER(icmp_statistics, field) +struct dst_entry; +struct net_proto_family; +struct sk_buff; + extern void icmp_send(struct sk_buff *skb_in, int type, int code, u32 info); extern int icmp_rcv(struct sk_buff *skb); extern int icmp_ioctl(struct sock *sk, int cmd, unsigned long arg);