diff options
author | Scott Wood <scottwood@freescale.com> | 2012-12-14 16:03:55 -0600 |
---|---|---|
committer | Scott Wood <scottwood@freescale.com> | 2012-12-14 16:03:55 -0600 |
commit | 88c5c68ffa277bf01b3254cf5a059e2cbe07be97 (patch) | |
tree | f56b444a1c85d94d6a386df090def099632489fe /include/linux/linux_string.h | |
parent | 0b38fffbe413fc0725c750d046ca62c23fca196e (diff) | |
parent | 6e9005bd96ff0f0548a787ffafee10664a57a8e1 (diff) |
Merge remote-tracking branch 'origin/master'
Diffstat (limited to 'include/linux/linux_string.h')
-rw-r--r-- | include/linux/linux_string.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/include/linux/linux_string.h b/include/linux/linux_string.h new file mode 100644 index 0000000000..192b4c9bea --- /dev/null +++ b/include/linux/linux_string.h @@ -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 |