X-Git-Url: http://pilppa.org/gitweb/?a=blobdiff_plain;f=include%2Flinux%2Fstring.h;h=810d80df0a1d1700956e40ededaeefe29883ab46;hb=5042d99795d3d817bef2f4cc46e953bee9bf7398;hp=c5d3fcad7b57c87449d7de9085daa64cd80f984f;hpb=b7e23d913aafc93fc5f119e1be17620073cc3811;p=linux-2.6-omap-h63xx.git diff --git a/include/linux/string.h b/include/linux/string.h index c5d3fcad7b5..810d80df0a1 100644 --- a/include/linux/string.h +++ b/include/linux/string.h @@ -109,5 +109,10 @@ extern void *kmemdup(const void *src, size_t len, gfp_t gfp); extern char **argv_split(gfp_t gfp, const char *str, int *argcp); extern void argv_free(char **argv); +extern bool sysfs_streq(const char *s1, const char *s2); + +extern ssize_t memory_read_from_buffer(void *to, size_t count, loff_t *ppos, + const void *from, size_t available); + #endif #endif /* _LINUX_STRING_H_ */