xref: /kvm-unit-tests/lib/s390x/asm/bitops.h (revision d5b60621b0e6863fd62e4657b7a2ec70bf7eee34)
1 #ifndef _ASMS390X_BITOPS_H_
2 #define _ASMS390X_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 #endif
11