summaryrefslogtreecommitdiff
path: root/include/linux/string.h
diff options
context:
space:
mode:
authorJustin Waters <justin.waters@timesys.com>2013-04-24 17:41:45 -0400
committerJustin Waters <justin.waters@timesys.com>2013-04-24 17:41:45 -0400
commit18282017b14c0b32b4aa6fd05df58ba5cff0b472 (patch)
tree24344ef4d64f38baee4f5b56a9b44cc775ab4b62 /include/linux/string.h
parent75c641ece39c136001340df61f0ad57028ce4ffc (diff)
LogicPD Support for OMAP3/DM3/AM3 boards 2.2 Update
Diffstat (limited to 'include/linux/string.h')
-rw-r--r--include/linux/string.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/linux/string.h b/include/linux/string.h
index 62390399b0b..69d5a61b985 100644
--- a/include/linux/string.h
+++ b/include/linux/string.h
@@ -26,6 +26,9 @@ extern char * strcpy(char *,const char *);
#ifndef __HAVE_ARCH_STRNCPY
extern char * strncpy(char *,const char *, __kernel_size_t);
#endif
+#ifndef __HAVE_ARCH_STPNCPY
+extern char * stpncpy(char * dest,const char *src,size_t count);
+#endif
#ifndef __HAVE_ARCH_STRCAT
extern char * strcat(char *, const char *);
#endif