aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sh/include/asm/checksum.h
blob: fc26d1f4b5900f932905592d0f803732e5ab1966 (plain) (blame)
1
2
3
4
5
#ifdef CONFIG_SUPERH32
# include "checksum_32.h"
#else
# include <asm-generic/checksum.h>
#endif