xref: /openbmc/linux/arch/riscv/kernel/riscv_ksyms.c (revision 24948b7e)
1e2c0cdfbSPalmer Dabbelt /*
2e2c0cdfbSPalmer Dabbelt  * Copyright (C) 2017 Zihao Yu
3e2c0cdfbSPalmer Dabbelt  *
4e2c0cdfbSPalmer Dabbelt  * This program is free software; you can redistribute it and/or modify
5e2c0cdfbSPalmer Dabbelt  * it under the terms of the GNU General Public License version 2 as
6e2c0cdfbSPalmer Dabbelt  * published by the Free Software Foundation.
7e2c0cdfbSPalmer Dabbelt  */
8e2c0cdfbSPalmer Dabbelt 
9e2c0cdfbSPalmer Dabbelt #include <linux/export.h>
10e2c0cdfbSPalmer Dabbelt #include <linux/uaccess.h>
11e2c0cdfbSPalmer Dabbelt 
12e2c0cdfbSPalmer Dabbelt /*
13e2c0cdfbSPalmer Dabbelt  * Assembly functions that may be used (directly or indirectly) by modules
14e2c0cdfbSPalmer Dabbelt  */
1524948b7eSOlof Johansson EXPORT_SYMBOL(__clear_user);
16e2c0cdfbSPalmer Dabbelt EXPORT_SYMBOL(__copy_user);
1724948b7eSOlof Johansson EXPORT_SYMBOL(memset);
1824948b7eSOlof Johansson EXPORT_SYMBOL(memcpy);
19