/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

  1. #ifndef _PA_STRING_H_
  2. #define _PA_STRING_H_
  3. #define __HAVE_ARCH_MEMSET
  4. extern void * memset(void *, int, size_t);
  5. #define __HAVE_ARCH_MEMCPY
  6. void * memcpy(void * dest,const void *src,size_t count);
  7. #endif