Logo
Explore Help
Sign In
Linux/u-boot-bpi-r3
1
0
Fork 0
You've already forked u-boot-bpi-r3
mirror of https://github.com/frank-w/u-boot.git synced 2026-01-17 10:33:00 +08:00
Code Issues Packages Projects Releases Wiki Activity
Files
073adf987e8251ad934fcac4fd1bf20d4f34f96e
u-boot-bpi-r3/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 Version: 1.25.3 Page: 277ms Template: 1ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API