1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2025-01-22 21:30:56 +00:00

extern declaration of random32

This commit is contained in:
Pavol Rusnak 2018-01-13 15:14:45 +01:00
parent 46fa586b12
commit b3f026c742
No known key found for this signature in database
GPG Key ID: 91F3B339B9A02A3D

4
rand.h
View File

@ -31,6 +31,10 @@
uint32_t random32(void);
#else
extern uint32_t random32(void);
#endif /* RAND_PLATFORM_INDEPENDENT */
uint32_t random_uniform(uint32_t n);