X-Git-Url: https://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/blobdiff_plain/1b12afbd9fd2f6b3de278a1419d0e095cb9181ce..ad5bc8cc8c0a6573d6b2c7bc58bf94f7ab66ad4c:/include/legic_prng.h diff --git a/include/legic_prng.h b/include/legic_prng.h index b9e778a6..85d40e79 100644 --- a/include/legic_prng.h +++ b/include/legic_prng.h @@ -14,5 +14,6 @@ extern void legic_prng_init(uint8_t init); extern void legic_prng_forward(int 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