1 /* $Id: string.h,v 1.15 1995/11/25 02:32:56 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 /* Nothing yet... */ 12 13 #endif /* !(__SPARC_STRING_H__) */