LingmoOS-kernel/arch/alpha/lib/styncpy.S

12 lines
189 B
ArmAsm
Raw Normal View History

2024-07-18 03:58:23 +00:00
#include "strncpy.S"
#ifdef CONFIG_ALPHA_EV67
#include "ev67-strncat.S"
#else
#include "strncat.S"
#endif
#ifdef CONFIG_ALPHA_EV6
#include "ev6-stxncpy.S"
#else
#include "stxncpy.S"
#endif