xref: /OK3568_Linux_fs/kernel/arch/sparc/include/asm/bitops.h (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1*4882a593Smuzhiyun /* SPDX-License-Identifier: GPL-2.0 */
2*4882a593Smuzhiyun #ifndef ___ASM_SPARC_BITOPS_H
3*4882a593Smuzhiyun #define ___ASM_SPARC_BITOPS_H
4*4882a593Smuzhiyun #if defined(__sparc__) && defined(__arch64__)
5*4882a593Smuzhiyun #include <asm/bitops_64.h>
6*4882a593Smuzhiyun #else
7*4882a593Smuzhiyun #include <asm/bitops_32.h>
8*4882a593Smuzhiyun #endif
9*4882a593Smuzhiyun #endif
10