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