Subversion Repositories Kolibri OS

Rev

Rev 1964 | Rev 3120 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1964 Rev 1970
Line 121... Line 121...
121
 
121
 
122
extern char **argv_split(gfp_t gfp, const char *str, int *argcp);
122
extern char **argv_split(gfp_t gfp, const char *str, int *argcp);
Line 123... Line 123...
123
extern void argv_free(char **argv);
123
extern void argv_free(char **argv);
-
 
124
 
Line 124... Line 125...
124
 
125
extern bool sysfs_streq(const char *s1, const char *s2);
125
extern bool sysfs_streq(const char *s1, const char *s2);
126
extern int strtobool(const char *s, bool *res);
126
 
127
 
127
#ifdef CONFIG_BINARY_PRINTF
128
#ifdef CONFIG_BINARY_PRINTF