summaryrefslogtreecommitdiff
path: root/arch/alpha/lib/styncpy.S
blob: f1078ff125307b00d1876b5c46a2d511bdba742b (plain)
1
2
3
4
5
6
7
8
9
10
#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