xref: /kvm-unit-tests/lib/ppc64/asm/bitops.h (revision bd744d46591007f4dbb2ec1b9e05a55a145c8684)
1 #ifndef _ASMPPC64_BITOPS_H_
2 #define _ASMPPC64_BITOPS_H_
3 
4 #ifndef _BITOPS_H_
5 #error only <bitops.h> can be included directly
6 #endif
7 
8 #define BITS_PER_LONG	64
9 
10 #define HAVE_BUILTIN_FLS 1
11 
12 #endif
13