Files
chromebox_10th_audio_driver/kernel-src/linux-hwe-6.17-6.17.0/arch/alpha/lib/stycpy.S
2026-04-04 07:45:01 +00:00

12 lines
184 B
ArmAsm

#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