|
|
| File: [Development] / linux-2.6-xfs / include / asm-parisc / string.h (download)
Revision 1.3, Fri Mar 4 14:41:21 2005 UTC (12 years, 7 months ago) by nathans.longdrop.melbourne.sgi.com
Merge up to 2.6.11 Merge of 2.6.x-xfs-melb:linux:21721a by kenmcd. |
#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