blob: 72fc2754eb57c738051de7f880c63d98d11ca3cc (
plain)
1
2
3
4
5
6
7
8
9
10
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
|