aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/um/asm/checksum.h
blob: b6efe2381b5dc19bad2f6b19c5aa8b6fc0f27b35 (plain)
1
2
3
4
5
6
7
8
9
10
#ifndef __UM_CHECKSUM_H
#define __UM_CHECKSUM_H

#ifdef CONFIG_X86_32
# include "checksum_32.h"
#else
# include "checksum_64.h"
#endif

#endif