]> Git Repo - linux.git/blob - arch/riscv/kernel/riscv_ksyms.c
RISC-V: Remove any memblock representing unusable memory area
[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);
14 EXPORT_SYMBOL(__memset);
15 EXPORT_SYMBOL(__memcpy);
This page took 0.036445 seconds and 4 git commands to generate.