]> Git Repo - linux.git/blob - arch/openrisc/include/asm/string.h
tipc: guarantee that group broadcast doesn't bypass group unicast
[linux.git] / arch / openrisc / include / asm / string.h
1 #ifndef __ASM_OPENRISC_STRING_H
2 #define __ASM_OPENRISC_STRING_H
3
4 #define __HAVE_ARCH_MEMSET
5 extern void *memset(void *s, int c, __kernel_size_t n);
6
7 #define __HAVE_ARCH_MEMCPY
8 extern void *memcpy(void *dest, __const void *src, __kernel_size_t n);
9
10 #endif /* __ASM_OPENRISC_STRING_H */
This page took 0.035131 seconds and 4 git commands to generate.