Merge tag 'for-linus' of git://linux-c6x.org/git/projects/linux-c6x-upstreaming
[sfrench/cifs-2.6.git] / arch / csky / abiv2 / strksyms.c
1 // SPDX-License-Identifier: GPL-2.0
2 // Copyright (C) 2018 Hangzhou C-SKY Microsystems co.,ltd.
3
4 #include <linux/module.h>
5
6 EXPORT_SYMBOL(memcpy);
7 EXPORT_SYMBOL(memset);
8 EXPORT_SYMBOL(memcmp);
9 EXPORT_SYMBOL(memmove);
10 EXPORT_SYMBOL(strcmp);
11 EXPORT_SYMBOL(strcpy);
12 EXPORT_SYMBOL(strlen);