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