mirror of
https://github.com/adulau/aha.git
synced 2024-12-28 19:56:18 +00:00
fcfdd0f14f
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
5 lines
88 B
C
5 lines
88 B
C
#ifdef CONFIG_SUPERH32
|
|
# include "checksum_32.h"
|
|
#else
|
|
# include "checksum_64.h"
|
|
#endif
|