xref: /openbmc/linux/arch/openrisc/include/asm/string.h (revision 498495dba268b20e8eadd7fe93c140c68b6cc9d2)
1*b2441318SGreg Kroah-Hartman /* SPDX-License-Identifier: GPL-2.0 */
2d857a1e2SOlof Kindgren #ifndef __ASM_OPENRISC_STRING_H
3d857a1e2SOlof Kindgren #define __ASM_OPENRISC_STRING_H
4d857a1e2SOlof Kindgren 
5d857a1e2SOlof Kindgren #define __HAVE_ARCH_MEMSET
6d857a1e2SOlof Kindgren extern void *memset(void *s, int c, __kernel_size_t n);
7d857a1e2SOlof Kindgren 
8f5d45dc9SStafford Horne #define __HAVE_ARCH_MEMCPY
9f5d45dc9SStafford Horne extern void *memcpy(void *dest, __const void *src, __kernel_size_t n);
10f5d45dc9SStafford Horne 
11d857a1e2SOlof Kindgren #endif /* __ASM_OPENRISC_STRING_H */
12