diff options
Diffstat (limited to 'arch/alpha/lib/styncpy.S')
-rw-r--r-- | arch/alpha/lib/styncpy.S | 11 |
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 0000000000..72fc2754eb --- /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 |