1
0
Fork 0
android_kernel_rockchip_tart/arch/alpha/lib/styncpy.S
2025-06-27 00:32:42 -05:00

11 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