162306a36Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0 */ 262306a36Sopenharmony_ci#ifndef __ASM_OPENRISC_STRING_H 362306a36Sopenharmony_ci#define __ASM_OPENRISC_STRING_H 462306a36Sopenharmony_ci 562306a36Sopenharmony_ci#define __HAVE_ARCH_MEMSET 662306a36Sopenharmony_ciextern void *memset(void *s, int c, __kernel_size_t n); 762306a36Sopenharmony_ci 862306a36Sopenharmony_ci#define __HAVE_ARCH_MEMCPY 962306a36Sopenharmony_ciextern void *memcpy(void *dest, __const void *src, __kernel_size_t n); 1062306a36Sopenharmony_ci 1162306a36Sopenharmony_ci#endif /* __ASM_OPENRISC_STRING_H */ 12