mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-11-09 17:10:17 +00:00
743ed413f6
[no changelog]
5 lines
63 B
C
5 lines
63 B
C
|
|
#include <stdint.h>
|
|
|
|
uint32_t hamming_weight(uint32_t value);
|