xref: /linux/arch/csky/abiv2/strksyms.c (revision e4df2d5e852a7d24df3672ae9951eb79e179be08)
1c5af58b7SGuo Ren // SPDX-License-Identifier: GPL-2.0
2c5af58b7SGuo Ren // Copyright (C) 2018 Hangzhou C-SKY Microsystems co.,ltd.
3c5af58b7SGuo Ren 
4c5af58b7SGuo Ren #include <linux/module.h>
5c5af58b7SGuo Ren 
6*e4df2d5eSMatteo Croce #ifdef CONFIG_HAVE_EFFICIENT_UNALIGNED_STRING_OPS
7c5af58b7SGuo Ren EXPORT_SYMBOL(memcpy);
8c5af58b7SGuo Ren EXPORT_SYMBOL(memset);
9c5af58b7SGuo Ren EXPORT_SYMBOL(memmove);
10*e4df2d5eSMatteo Croce #endif
11*e4df2d5eSMatteo Croce EXPORT_SYMBOL(memcmp);
12c5af58b7SGuo Ren EXPORT_SYMBOL(strcmp);
13c5af58b7SGuo Ren EXPORT_SYMBOL(strcpy);
14c5af58b7SGuo Ren EXPORT_SYMBOL(strlen);
15