/arch/parisc/include/asm/string.h
https://github.com/aicjofs/android_kernel_lge_v500_20d · C Header · 10 lines · 7 code · 3 blank · 0 comment · 0 complexity · 42863a38478308a561818e38aa65f3a2 MD5 · raw file
- #ifndef _PA_STRING_H_
- #define _PA_STRING_H_
- #define __HAVE_ARCH_MEMSET
- extern void * memset(void *, int, size_t);
- #define __HAVE_ARCH_MEMCPY
- void * memcpy(void * dest,const void *src,size_t count);
- #endif