Subversion Repositories Kolibri OS

Rev

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

Rev 6082 Rev 6934
Line 125... Line 125...
125
 
125
 
126
extern char **argv_split(gfp_t gfp, const char *str, int *argcp);
126
extern char **argv_split(gfp_t gfp, const char *str, int *argcp);
Line 127... Line 127...
127
extern void argv_free(char **argv);
127
extern void argv_free(char **argv);
128
 
128
 
-
 
129
extern bool sysfs_streq(const char *s1, const char *s2);
-
 
130
extern int kstrtobool(const char *s, bool *res);
-
 
131
static inline int strtobool(const char *s, bool *res)
-
 
132
{
Line 129... Line 133...
129
extern bool sysfs_streq(const char *s1, const char *s2);
133
	return kstrtobool(s, res);
130
extern int strtobool(const char *s, bool *res);
134
}
131
 
135
 
132
#ifdef CONFIG_BINARY_PRINTF
136
#ifdef CONFIG_BINARY_PRINTF