1#ifndef_XTENSA_STRING_H2#define_XTENSA_STRING_H34/*
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 */910#endif/* _XTENSA_STRING_H */11