X-Git-Url: https://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/blobdiff_plain/3612a8a8e2b3118e0bcb4ea0ef9a6c59d3635696..1b6cc9746e25e93b9c8d76e193af4796c942b167:/include/legic_prng.h diff --git a/include/legic_prng.h b/include/legic_prng.h index 36c6d550..85d40e79 100644 --- a/include/legic_prng.h +++ b/include/legic_prng.h @@ -12,8 +12,8 @@ #include extern void legic_prng_init(uint8_t init); extern void legic_prng_forward(int count); -extern int legic_prng_count(); +extern uint32_t legic_prng_count(); extern uint8_t legic_prng_get_bit(); - +extern uint32_t legic_prng_get_bits(uint8_t len); #endif