18c2ecf20Sopenharmony_ci// SPDX-License-Identifier: GPL-2.0 28c2ecf20Sopenharmony_ci// Copyright (C) 2018 Hangzhou C-SKY Microsystems co.,ltd. 38c2ecf20Sopenharmony_ci 48c2ecf20Sopenharmony_ci#include <linux/module.h> 58c2ecf20Sopenharmony_ci 68c2ecf20Sopenharmony_ciEXPORT_SYMBOL(memcpy); 78c2ecf20Sopenharmony_ciEXPORT_SYMBOL(memset); 88c2ecf20Sopenharmony_ciEXPORT_SYMBOL(memcmp); 98c2ecf20Sopenharmony_ciEXPORT_SYMBOL(memmove); 108c2ecf20Sopenharmony_ciEXPORT_SYMBOL(strcmp); 118c2ecf20Sopenharmony_ciEXPORT_SYMBOL(strcpy); 128c2ecf20Sopenharmony_ciEXPORT_SYMBOL(strlen); 13