repo: https://github.com/u-boot/u-boot commit: d80bb749fab53da72c4a0e09b8c2d2aaa3103c91 Change-Id: Ie6434426e1ec15bc08bb1832798e371f3fd5fb29
11 lines
271 B
C
11 lines
271 B
C
#ifndef _XTENSA_STRING_H
|
|
#define _XTENSA_STRING_H
|
|
|
|
/*
|
|
* Use the generic string functions in U-Boot's lib_generic.
|
|
* In the boot loader we care about compactness more than performance.
|
|
* Prototypes will be taken from <linux/string.h>
|
|
*/
|
|
|
|
#endif /* _XTENSA_STRING_H */
|