1965eaa641186a2995063d50db48bf63581161eb
[fio.git] / lib / hweight.h
1 #ifndef FIO_HWEIGHT_H
2 #define FIO_HWEIGHT_H
3
4 #include <inttypes.h>
5
6 unsigned int hweight8(uint8_t w);
7 unsigned int hweight32(uint32_t w);
8
9 #endif