162306a36Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0 */
262306a36Sopenharmony_ci
362306a36Sopenharmony_ci#ifndef __ABI_CSKY_STRING_H
462306a36Sopenharmony_ci#define __ABI_CSKY_STRING_H
562306a36Sopenharmony_ci
662306a36Sopenharmony_ci#define __HAVE_ARCH_MEMCPY
762306a36Sopenharmony_ciextern void *memcpy(void *, const void *, __kernel_size_t);
862306a36Sopenharmony_ci
962306a36Sopenharmony_ci#define __HAVE_ARCH_MEMMOVE
1062306a36Sopenharmony_ciextern void *memmove(void *, const void *, __kernel_size_t);
1162306a36Sopenharmony_ci
1262306a36Sopenharmony_ci#define __HAVE_ARCH_MEMSET
1362306a36Sopenharmony_ciextern void *memset(void *, int,  __kernel_size_t);
1462306a36Sopenharmony_ci
1562306a36Sopenharmony_ci#endif /* __ABI_CSKY_STRING_H */
16