Sign in
android-kvm
/
linux
/
45a5ac7a5cc3c71739d240c422c3818a5bc97fc4
/
.
/
arch
/
x86
/
include
/
asm
/
checksum.h
blob: 0ada98d5d09f7a476fa44e1493d00db4af4161bc [
file
] [
log
] [
blame
]
/* 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