Sam Ravnborg | a439fe5 | 2008-07-27 23:00:59 +0200 | [diff] [blame] | 1 | #ifndef ___ASM_SPARC_UACCESS_H |
2 | #define ___ASM_SPARC_UACCESS_H | ||||
3 | #if defined(__sparc__) && defined(__arch64__) | ||||
4 | #include <asm/uaccess_64.h> | ||||
5 | #else | ||||
6 | #include <asm/uaccess_32.h> | ||||
7 | #endif | ||||
David S. Miller | ff06dff | 2012-05-22 17:53:19 -0700 | [diff] [blame^] | 8 | |
9 | extern long strncpy_from_user(char *dest, const char __user *src, long count); | ||||
10 | |||||
Sam Ravnborg | a439fe5 | 2008-07-27 23:00:59 +0200 | [diff] [blame] | 11 | #endif |