#ifndef PERF_HWEIGHT_H #define PERF_HWEIGHT_H /* ANDROID_CHANGE_BEGIN */ #ifndef __APPLE__ /* Suppress kernel-name space pollution in below */ #include #include #endif /* ANDROID_CHANGE_END */ unsigned int hweight32(unsigned int w); unsigned long hweight64(__u64 w); #endif /* PERF_HWEIGHT_H */