Sign in
gem5
/
arm
/
linux
/
5ad31a575157147b43fa84ef1e21471661653878
/
.
/
include
/
asm-x86
/
checksum.h
blob: 848850fd7d62f3af835505892fb7820668b719fb [
file
] [
log
] [
blame
]
Thomas Gleixner
96a388d
2007-10-11 11:20:03 +0200
[
diff
] [
blame
]
1
#ifdef
CONFIG_X86_32
2
# include "checksum_32.h"
3
#else
4
# include "checksum_64.h"
5
#endif