Sign in
cos
/
third_party
/
kernel
/
1abebf8624cc7d4e8a9bb2bccff8f0dc031fd549
/
.
/
arch
/
alpha
/
lib
/
stycpy.S
blob: 32ecd9c5f90d7083c05912f5b79976b2255aff47 [
file
] [
log
] [
blame
]
#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