]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blob - include/asm-parisc/string.h
[SCSI] mptfusion: Increase scsi-timeouts, similariy to the LSI 4.x driver.
[linux-2.6-omap-h63xx.git] / include / asm-parisc / string.h
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