]> asedeno.scripts.mit.edu Git - linux.git/blob - arch/riscv/kernel/riscv_ksyms.c
Merge tag 'wireless-drivers-2020-01-23' of git://git.kernel.org/pub/scm/linux/kernel...
[linux.git] / arch / riscv / kernel / riscv_ksyms.c
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(memset);
13 EXPORT_SYMBOL(memcpy);