home *** CD-ROM | disk | FTP | other *** search
/ Mac Easy 2010 May / Mac Life Ubuntu.iso / casper / filesystem.squashfs / usr / src / linux-headers-2.6.28-15 / arch / parisc / include / asm / string.h < prev    next >
Encoding:
C/C++ Source or Header  |  2008-12-24  |  208 b   |  11 lines

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