Linux-6.18.2/arch/alpha/lib/stycpy.S

12 lines
184 B
ArmAsm
Raw Normal View History

2025-12-23 20:05:50 +08:00
#include "strcpy.S"
#ifdef CONFIG_ALPHA_EV67
#include "ev67-strcat.S"
#else
#include "strcat.S"
#endif
#ifdef CONFIG_ALPHA_EV6
#include "ev6-stxcpy.S"
#else
#include "stxcpy.S"
#endif