patch-2.1.9 linux/include/asm-alpha/checksum.h

Next file: linux/include/asm-alpha/termios.h
Previous file: linux/fs/nfs/nfsroot.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.1.8/linux/include/asm-alpha/checksum.h linux/include/asm-alpha/checksum.h
@@ -66,4 +66,11 @@
 	return ~sum;
 }
 
+#define _HAVE_ARCH_IPV6_CSUM
+extern unsigned short int csum_ipv6_magic(struct in6_addr *saddr,
+                                          struct in6_addr *daddr,
+                                          __u16 len,
+                                          unsigned short proto,
+                                          unsigned int sum);
+
 #endif

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov