|
@@ -569,6 +569,9 @@ strncpy_from_user(char *dst, const char __user *src, long count);
|
|
|
extern __must_check long strlen_user(const char __user *str);
|
|
|
extern __must_check long strnlen_user(const char __user *str, long n);
|
|
|
|
|
|
+unsigned long __must_check clear_user(void __user *mem, unsigned long len);
|
|
|
+unsigned long __must_check __clear_user(void __user *mem, unsigned long len);
|
|
|
+
|
|
|
/*
|
|
|
* movsl can be slow when source and dest are not both 8-byte aligned
|
|
|
*/
|