microblaze: fix __get_user()
[pandora-kernel.git] / include / linux / string.h
index e033564..8515a4d 100644 (file)
@@ -144,5 +144,7 @@ static inline bool strstarts(const char *str, const char *prefix)
 {
        return strncmp(str, prefix, strlen(prefix)) == 0;
 }
+
+void memzero_explicit(void *s, size_t count);
 #endif
 #endif /* _LINUX_STRING_H_ */