xref: /OK3568_Linux_fs/u-boot/arch/xtensa/include/asm/string.h (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1*4882a593Smuzhiyun #ifndef _XTENSA_STRING_H
2*4882a593Smuzhiyun #define _XTENSA_STRING_H
3*4882a593Smuzhiyun 
4*4882a593Smuzhiyun /*
5*4882a593Smuzhiyun  * Use the generic string functions in U-Boot's lib_generic.
6*4882a593Smuzhiyun  * In the boot loader we care about compactness more than performance.
7*4882a593Smuzhiyun  * Prototypes will be taken from <linux/string.h>
8*4882a593Smuzhiyun  */
9*4882a593Smuzhiyun 
10*4882a593Smuzhiyun #endif	/* _XTENSA_STRING_H */
11