mirror of https://gitee.com/openkylin/linux.git
8 lines
169 B
C
8 lines
169 B
C
|
// SPDX-License-Identifier: GPL-2.0
|
||
|
// Copyright (C) 2018 Hangzhou C-SKY Microsystems co.,ltd.
|
||
|
|
||
|
#include <linux/module.h>
|
||
|
|
||
|
EXPORT_SYMBOL(memcpy);
|
||
|
EXPORT_SYMBOL(memset);
|