1*6ed97c50SPeter Feiner #ifndef _ASMPPC64_BITOPS_H_ 2*6ed97c50SPeter Feiner #define _ASMPPC64_BITOPS_H_ 3*6ed97c50SPeter Feiner 4*6ed97c50SPeter Feiner #ifndef _BITOPS_H_ 5*6ed97c50SPeter Feiner #error only <bitops.h> can be included directly 6*6ed97c50SPeter Feiner #endif 7*6ed97c50SPeter Feiner 8*6ed97c50SPeter Feiner #define BITS_PER_LONG 64 9*6ed97c50SPeter Feiner 10*6ed97c50SPeter Feiner #endif 11