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
2024-02-20 09:37:28 +01:00

5 lines
63 B
C

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