2
0
mirror of https://github.com/edk2-porting/linux-next.git synced 2024-12-19 10:44:14 +08:00
linux-next/include/asm-sh/checksum.h
Paul Mundt fcfdd0f14f sh: Split out checksum.h in to _32 and _64 variants.
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
2008-01-28 13:18:45 +09:00

6 lines
88 B
C

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