nt9856x/rtos/BSP/u-boot/arch/xtensa/include/asm/string.h
2023-03-28 15:07:53 +08:00

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 */