string.h 271 B

12345678910
  1. #ifndef _XTENSA_STRING_H
  2. #define _XTENSA_STRING_H
  3. /*
  4. * Use the generic string functions in U-Boot's lib_generic.
  5. * In the boot loader we care about compactness more than performance.
  6. * Prototypes will be taken from <linux/string.h>
  7. */
  8. #endif /* _XTENSA_STRING_H */