Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0 */
0002 /*
0003  * string.h: External definitions for optimized assembly string
0004  *           routines for the Linux Kernel.
0005  *
0006  * Copyright (C) 1995,1996 David S. Miller (davem@caip.rutgers.edu)
0007  * Copyright (C) 1996,1997 Jakub Jelinek (jj@sunsite.mff.cuni.cz)
0008  */
0009 
0010 #ifndef __SPARC_STRING_H__
0011 #define __SPARC_STRING_H__
0012 
0013 #include <asm/page.h>
0014 
0015 #endif /* !(__SPARC_STRING_H__) */