Sign in
gem5
/
arm
/
linux
/
d179333f37d33533f4c77118f757b9e7835ccb7c
/
.
/
arch
/
x86
/
um
/
asm
/
checksum.h
blob: b6efe2381b5dc19bad2f6b19c5aa8b6fc0f27b35 [
file
] [
log
] [
blame
]
#ifndef
__UM_CHECKSUM_H
#define
__UM_CHECKSUM_H
#ifdef
CONFIG_X86_32
# include "checksum_32.h"
#else
# include "checksum_64.h"
#endif
#endif