Gitiles
Code Review
Sign In
LeafOS
/
LeafOS-Devices
/
android_kernel_samsung_gta4xl
/
86c6a2fddf0b89b494c7616f2c06cf915c4bff01
/
.
/
arch
/
x86
/
include
/
asm
/
checksum.h
blob: 5f5bb0f973616d80d9e3085b48f4dd04fcf57d2e [
file
] [
log
] [
blame
]
#ifdef
CONFIG_X86_32
# include <asm/checksum_32.h>
#else
# include <asm/checksum_64.h>
#endif