Files
chromebox_10th_audio_driver/kernel-src/linux-hwe-6.17-6.17.0/arch/alpha/lib/styncpy.S
2026-04-04 07:45:01 +00: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