blob: d785dd64adedc3f0b83aa3218b7bccd12e4e10f7 [file] [log] [blame]
#ifndef PERF_HWEIGHT_H
#define PERF_HWEIGHT_H
/* ANDROID_CHANGE_BEGIN */
#ifndef __APPLE__
/* Suppress kernel-name space pollution in <linux/types.h> below */
#include <features.h>
#include <linux/types.h>
#endif
/* ANDROID_CHANGE_END */
unsigned int hweight32(unsigned int w);
unsigned long hweight64(__u64 w);
#endif /* PERF_HWEIGHT_H */