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