repo.or.cz
/
linux
/
fpc-iii.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
WIP FPC-III support
[linux/fpc-iii.git]
/
arch
/
x86
/
include
/
asm
/
checksum.h
blob
bca625a60186c9ad77eebefc6ce10c650a02d5f4
1
/* SPDX-License-Identifier: GPL-2.0 */
2
#define _HAVE_ARCH_COPY_AND_CSUM_FROM_USER 1
3
#define HAVE_CSUM_COPY_USER
4
#define _HAVE_ARCH_CSUM_AND_COPY
5
#ifdef CONFIG_X86_32
6
# include <asm/checksum_32.h>
7
#else
8
# include <asm/checksum_64.h>
9
#endif