Sam Ravnborg | f5e706a | 2008-07-17 21:55:51 -0700 | [diff] [blame] | 1 | #ifndef ___ASM_SPARC_UACCESS_H |
2 | #define ___ASM_SPARC_UACCESS_H | ||||
3 | #if defined(__sparc__) && defined(__arch64__) | ||||
4 | #include <asm-sparc/uaccess_64.h> | ||||
5 | #else | ||||
6 | #include <asm-sparc/uaccess_32.h> | ||||
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 7 | #endif |
Sam Ravnborg | f5e706a | 2008-07-17 21:55:51 -0700 | [diff] [blame] | 8 | #endif |