aboutsummaryrefslogtreecommitdiffstats
path: root/arch/csky/abiv1/strksyms.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/csky/abiv1/strksyms.c')
-rw-r--r--arch/csky/abiv1/strksyms.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/csky/abiv1/strksyms.c b/arch/csky/abiv1/strksyms.c
new file mode 100644
index 000000000000..436995c9b75c
--- /dev/null
+++ b/arch/csky/abiv1/strksyms.c
@@ -0,0 +1,7 @@
+// SPDX-License-Identifier: GPL-2.0
+// Copyright (C) 2018 Hangzhou C-SKY Microsystems co.,ltd.
+
+#include <linux/module.h>
+
+EXPORT_SYMBOL(memcpy);
+EXPORT_SYMBOL(memset);