summaryrefslogtreecommitdiffstats
path: root/arch/alpha/lib/styncpy.S
diff options
context:
space:
mode:
Diffstat (limited to 'arch/alpha/lib/styncpy.S')
-rw-r--r--arch/alpha/lib/styncpy.S11
1 files changed, 11 insertions, 0 deletions
diff --git a/arch/alpha/lib/styncpy.S b/arch/alpha/lib/styncpy.S
new file mode 100644
index 000000000000..72fc2754eb57
--- /dev/null
+++ b/arch/alpha/lib/styncpy.S
@@ -0,0 +1,11 @@
+#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