Adding upstream version 1:10.0.2+ds.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
This commit is contained in:
parent
bf2768bd0f
commit
ea34ddeea6
37998 changed files with 9510514 additions and 0 deletions
8
roms/u-boot/include/linux/linux_string.h
Normal file
8
roms/u-boot/include/linux/linux_string.h
Normal file
|
@ -0,0 +1,8 @@
|
|||
#ifndef _LINUX_LINUX_STRING_H_
|
||||
#define _LINUX_LINUX_STRING_H_
|
||||
|
||||
extern char * skip_spaces(const char *);
|
||||
|
||||
extern char *strim(char *);
|
||||
|
||||
#endif
|
Loading…
Add table
Add a link
Reference in a new issue