diff options
Diffstat (limited to 'arch/alpha/lib/stycpy.S')
-rw-r--r-- | arch/alpha/lib/stycpy.S | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/arch/alpha/lib/stycpy.S b/arch/alpha/lib/stycpy.S new file mode 100644 index 0000000000..32ecd9c5f9 --- /dev/null +++ b/arch/alpha/lib/stycpy.S @@ -0,0 +1,11 @@ +#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 |