aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/um/asm/checksum.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/x86/um/asm/checksum.h')
-rw-r--r--arch/x86/um/asm/checksum.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/arch/x86/um/asm/checksum.h b/arch/x86/um/asm/checksum.h
new file mode 100644
index 00000000000..b6efe2381b5
--- /dev/null
+++ b/arch/x86/um/asm/checksum.h
@@ -0,0 +1,10 @@
+#ifndef __UM_CHECKSUM_H
+#define __UM_CHECKSUM_H
+
+#ifdef CONFIG_X86_32
+# include "checksum_32.h"
+#else
+# include "checksum_64.h"
+#endif
+
+#endif