URL
https://opencores.org/ocsvn/or1k/or1k/trunk
Subversion Repositories or1k
[/] [or1k/] [trunk/] [rc203soc/] [sw/] [uClinux/] [include/] [asm-sparc/] [string.h] - Rev 1777
Go to most recent revision | Compare with Previous | Blame | View Log
/* $Id: string.h,v 1.1 2005-12-20 11:32:11 jcastillo Exp $ * string.h: External definitions for optimized assembly string * routines for the Linux Kernel. * * Copyright (C) 1995 David S. Miller (davem@caip.rutgers.edu) */ #ifndef __SPARC_STRING_H__ #define __SPARC_STRING_H__ #define __HAVE_ARCH_BCOPY #define __HAVE_ARCH_MEMMOVE #define __HAVE_ARCH_MEMCPY #define __HAVE_ARCH_MEMSET #define __HAVE_ARCH_STRLEN #endif /* !(__SPARC_STRING_H__) */
Go to most recent revision | Compare with Previous | Blame | View Log