Add the rt linux 4.1.3-rt3 as base
[kvmfornfv.git] / kernel / arch / sh / include / asm / checksum.h
diff --git a/kernel/arch/sh/include/asm/checksum.h b/kernel/arch/sh/include/asm/checksum.h
new file mode 100644 (file)
index 0000000..34ae262
--- /dev/null
@@ -0,0 +1,5 @@
+#ifdef CONFIG_SUPERH32
+# include <asm/checksum_32.h>
+#else
+# include <asm-generic/checksum.h>
+#endif