Files

12 lines
324 B
C
Raw Permalink Normal View History

/* SPDX-License-Identifier: GPL-2.0 */
2015-02-06 13:41:51 +01:00
#ifndef __ASM_OPENRISC_STRING_H
#define __ASM_OPENRISC_STRING_H
#define __HAVE_ARCH_MEMSET
extern void *memset(void *s, int c, __kernel_size_t n);
2016-03-21 16:16:46 +09:00
#define __HAVE_ARCH_MEMCPY
extern void *memcpy(void *dest, __const void *src, __kernel_size_t n);
2015-02-06 13:41:51 +01:00
#endif /* __ASM_OPENRISC_STRING_H */