18c2ecf20Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0 */ 28c2ecf20Sopenharmony_ci#ifndef __ASM_OPENRISC_STRING_H 38c2ecf20Sopenharmony_ci#define __ASM_OPENRISC_STRING_H 48c2ecf20Sopenharmony_ci 58c2ecf20Sopenharmony_ci#define __HAVE_ARCH_MEMSET 68c2ecf20Sopenharmony_ciextern void *memset(void *s, int c, __kernel_size_t n); 78c2ecf20Sopenharmony_ci 88c2ecf20Sopenharmony_ci#define __HAVE_ARCH_MEMCPY 98c2ecf20Sopenharmony_ciextern void *memcpy(void *dest, __const void *src, __kernel_size_t n); 108c2ecf20Sopenharmony_ci 118c2ecf20Sopenharmony_ci#endif /* __ASM_OPENRISC_STRING_H */ 12