Logo
Explore Help
Sign In
archr/hardkernel-uboot
0
0
Fork 0
You've already forked hardkernel-uboot
mirror of https://github.com/archr-linux/hardkernel-uboot.git synced 2026-03-31 15:05:07 -07:00
Code Issues Packages Projects Releases Wiki Activity
Files
a2b7f1942f0cc74776010e48f0fc72a62394de07
hardkernel-uboot/include/linux/linux_string.h

9 lines
141 B
C
Raw Normal View History

Make linux kernel string funcs available to tools isspace() and strim() are not in the typical user-mode string.h, so put them in a separate compilation unit so that they can be built into tools that need them independent of the other common string functions. This allows code shared by u-boot and the linux user-mode tools to link. Signed-off-by: Joe Hershberger <joe.hershberger@ni.com>
2012-12-11 22:16:18 -06:00
#ifndef _LINUX_LINUX_STRING_H_
#define _LINUX_LINUX_STRING_H_
extern char * skip_spaces(const char *);
extern char *strim(char *);
#endif
Reference in New Issue Copy Permalink
Powered by Gitea Page: 1098ms Template: 4ms
English
English
Licenses API