xtensa: support DMA buffers in high memory
[cris-mirror.git] / arch / riscv / kernel / riscv_ksyms.c
blob5517342487489b6ee35c4a95bbfa3d5c4a31f2aa
1 /*
2 * Copyright (C) 2017 Zihao Yu
4 * This program is free software; you can redistribute it and/or modify
5 * it under the terms of the GNU General Public License version 2 as
6 * published by the Free Software Foundation.
7 */
9 #include <linux/export.h>
10 #include <linux/uaccess.h>
13 * Assembly functions that may be used (directly or indirectly) by modules
15 EXPORT_SYMBOL(__clear_user);
16 EXPORT_SYMBOL(__copy_user);
17 EXPORT_SYMBOL(memset);
18 EXPORT_SYMBOL(memcpy);