mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-11-12 10:39:00 +00:00
5 lines
63 B
C
5 lines
63 B
C
|
|
||
|
#include <stdint.h>
|
||
|
|
||
|
uint32_t hamming_weight(uint32_t value);
|