Sam Ravnborg | f5e706a | 2008-07-17 21:55:51 -0700 | [diff] [blame] | 1 | #ifndef ___ASM_SPARC_BITOPS_H |
2 | #define ___ASM_SPARC_BITOPS_H | ||||
3 | #if defined(__sparc__) && defined(__arch64__) | ||||
4 | #include <asm-sparc/bitops_64.h> | ||||
5 | #else | ||||
6 | #include <asm-sparc/bitops_32.h> | ||||
Jiri Slaby | 0624517 | 2007-10-18 23:40:26 -0700 | [diff] [blame] | 7 | #endif |
Sam Ravnborg | f5e706a | 2008-07-17 21:55:51 -0700 | [diff] [blame] | 8 | #endif |