root/include/asm-sparc/string.h

/* [previous][next][first][last][top][bottom][index][help] */

INCLUDED FROM


   1 /* $Id: string.h,v 1.17 1995/12/10 06:25:48 davem Exp $
   2  * string.h: External definitions for optimized assembly string
   3  *           routines for the Linux Kernel.
   4  *
   5  * Copyright (C) 1995 David S. Miller (davem@caip.rutgers.edu)
   6  */
   7 
   8 #ifndef __SPARC_STRING_H__
   9 #define __SPARC_STRING_H__
  10 
  11 #define __HAVE_ARCH_BCOPY
  12 #define __HAVE_ARCH_MEMMOVE
  13 #define __HAVE_ARCH_MEMCPY
  14 
  15 #endif /* !(__SPARC_STRING_H__) */

/* [previous][next][first][last][top][bottom][index][help] */