satip-axe/kernel/arch/m68k/include/asm/string.h

6 lines
78 B
C

#ifdef __uClinux__
#include "string_no.h"
#else
#include "string_mm.h"
#endif