URL
https://opencores.org/ocsvn/or1k/or1k/trunk
Subversion Repositories or1k
[/] [or1k/] [trunk/] [linux/] [linux-2.4/] [include/] [asm-or32/] [string.h] - Rev 1774
Go to most recent revision | Compare with Previous | Blame | View Log
#ifndef _OR32_STRING_H #define _OR32_STRING_H /* __PHX_TODO__: these are optimizations, will do later */ #if 0 #define __HAVE_ARCH_MEMCPY extern void *memcpy(void *, const void *, size_t); /* New and improved. In arch/cris/lib/memset.c */ #define __HAVE_ARCH_MEMSET extern void *memset(void *, int, size_t); #endif #endif
Go to most recent revision | Compare with Previous | Blame | View Log