]> Git Repo - linux.git/blob - arch/openrisc/include/asm/string.h
Merge tag 'amd-drm-next-6.5-2023-06-09' of https://gitlab.freedesktop.org/agd5f/linux...
[linux.git] / arch / openrisc / include / asm / string.h
1 /* SPDX-License-Identifier: GPL-2.0 */
2 #ifndef __ASM_OPENRISC_STRING_H
3 #define __ASM_OPENRISC_STRING_H
4
5 #define __HAVE_ARCH_MEMSET
6 extern void *memset(void *s, int c, __kernel_size_t n);
7
8 #define __HAVE_ARCH_MEMCPY
9 extern void *memcpy(void *dest, __const void *src, __kernel_size_t n);
10
11 #endif /* __ASM_OPENRISC_STRING_H */
This page took 0.046406 seconds and 4 git commands to generate.