Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

at v5.11 9 lines 240 B view raw
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