blob: 33470d4d6948d4dd9e04b055542881c596e7f7fb (
plain)
1
2
3
4
5
6
7
|
#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);
#endif /* __ASM_OPENRISC_STRING_H */
|