URL
https://opencores.org/ocsvn/or1k_old/or1k_old/trunk
Subversion Repositories or1k_old
[/] [or1k_old/] [trunk/] [uclinux/] [uClinux-2.0.x/] [include/] [asm-sparc/] [string.h] - Rev 1782
Compare with Previous | Blame | View Log
/* $Id: string.h,v 1.1.1.1 2001-09-10 07:44:43 simons 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__) */