xref: /openbmc/linux/arch/riscv/kernel/riscv_ksyms.c (revision ab87cc97)
1 // SPDX-License-Identifier: GPL-2.0-only
2 /*
3  * Copyright (C) 2017 Zihao Yu
4  */
5 
6 #include <linux/export.h>
7 #include <linux/uaccess.h>
8 
9 /*
10  * Assembly functions that may be used (directly or indirectly) by modules
11  */
12 EXPORT_SYMBOL(__clear_user);
13 EXPORT_SYMBOL(__asm_copy_to_user);
14 EXPORT_SYMBOL(__asm_copy_from_user);
15 EXPORT_SYMBOL(memset);
16 EXPORT_SYMBOL(memcpy);
17