xref: /openbmc/u-boot/include/linux/linux_string.h (revision 3bf801a2176e3330a3ef696d974d0d198d99b7e9)
1 #ifndef _LINUX_LINUX_STRING_H_
2 #define _LINUX_LINUX_STRING_H_
3 
4 extern char * skip_spaces(const char *);
5 
6 extern char *strim(char *);
7 
8 #endif
9