mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-11-10 09:39:00 +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);
|