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