OpenCores
URL https://opencores.org/ocsvn/or1k/or1k/trunk

Subversion Repositories or1k

[/] [or1k/] [trunk/] [linux/] [linux-2.4/] [include/] [asm-cris/] [string.h] - Rev 1765

Compare with Previous | Blame | View Log

#ifndef _ASM_CRIS_STRING_H
#define _ASM_CRIS_STRING_H
 
/* the optimized memcpy is in arch/cris/lib/string.c */
 
#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
 

Compare with Previous | Blame | View Log

powered by: WebSVN 2.1.0

© copyright 1999-2025 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.