X-Git-Url: http://pilppa.org/gitweb/?a=blobdiff_plain;f=include%2Fasm-ia64%2Fchecksum.h;h=97af155057e4bcfa668eb006c935e68b1436dbca;hb=ab8cd81830fef799177740d5ab709c0341e9ba5c;hp=bd40f4756ce1e7854d38bac8331ab93ca9a457ad;hpb=322529961e3b3e64fdf1a3e46a45294456c91acf;p=linux-2.6-omap-h63xx.git diff --git a/include/asm-ia64/checksum.h b/include/asm-ia64/checksum.h index bd40f4756ce..97af155057e 100644 --- a/include/asm-ia64/checksum.h +++ b/include/asm-ia64/checksum.h @@ -70,4 +70,10 @@ static inline __sum16 csum_fold(__wsum csum) return (__force __sum16)~sum; } +#define _HAVE_ARCH_IPV6_CSUM 1 +struct in6_addr; +extern __sum16 csum_ipv6_magic(const struct in6_addr *saddr, + const struct in6_addr *daddr, __u32 len, unsigned short proto, + __wsum csum); + #endif /* _ASM_IA64_CHECKSUM_H */