Sign in
kernel
/
pub
/
scm
/
linux
/
kernel
/
git
/
next
/
linux-next
/
stable
/
.
/
arch
/
alpha
/
lib
/
styncpy.S
blob: 72fc2754eb57c738051de7f880c63d98d11ca3cc [
file
] [
log
] [
blame
]
#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