OpenCloudOS-Kernel/arch/m68k/lib/checksum.c

6 lines
81 B
C

#ifdef CONFIG_MMU
#include "checksum_mm.c"
#else
#include "checksum_no.c"
#endif