JustOS/linux-6.13/arch/alpha/lib/styncpy.S
justuser 02e73b8cd9 up
2025-01-24 17:00:19 +03:00

12 lines
189 B
ArmAsm

#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