1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-10-18 05:49:11 +00:00
trezor-firmware/storage/storage_utils.h

5 lines
63 B
C
Raw Normal View History

#include <stdint.h>
uint32_t hamming_weight(uint32_t value);