aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/arch/x86/include/asm/checksum.h
blob: 0ada98d5d09f7a476fa44e1493d00db4af4161bc (plain) (blame)
1
2
3
4
5
6
7
8
/* SPDX-License-Identifier: GPL-2.0 */
#define  _HAVE_ARCH_COPY_AND_CSUM_FROM_USER 1
#define HAVE_CSUM_COPY_USER
#ifdef CONFIG_X86_32
# include <asm/checksum_32.h>
#else
# include <asm/checksum_64.h>
#endif