hc
2024-05-10 37f49e37ab4cb5d0bc4c60eb5c6d4dd57db767bb
kernel/arch/m68k/include/asm/checksum.h
....@@ -30,14 +30,14 @@
3030 * better 64-bit) boundary
3131 */
3232
33
-extern __wsum csum_partial_copy_from_user(const void __user *src,
33
+#define _HAVE_ARCH_COPY_AND_CSUM_FROM_USER
34
+#define _HAVE_ARCH_CSUM_AND_COPY
35
+extern __wsum csum_and_copy_from_user(const void __user *src,
3436 void *dst,
35
- int len, __wsum sum,
36
- int *csum_err);
37
+ int len);
3738
3839 extern __wsum csum_partial_copy_nocheck(const void *src,
39
- void *dst, int len,
40
- __wsum sum);
40
+ void *dst, int len);
4141
4242 /*
4343 * This is a version of ip_fast_csum() optimized for IP headers,