xref: /linux/arch/sh/include/asm/checksum.h (revision 4745dc8abb0a0a9851c07265eea01d844886d5c8)
1 /* SPDX-License-Identifier: GPL-2.0 */
2 #ifdef CONFIG_SUPERH32
3 # include <asm/checksum_32.h>
4 #else
5 # include <asm-generic/checksum.h>
6 #endif
7