mirror of
https://github.com/Proxmark/proxmark3.git
synced 2025-07-16 02:03:00 -07:00
5 lines
163 B
C
5 lines
163 B
C
#include "unistd.h"
|
|
#include "stdint.h"
|
|
extern void legic_prng_init(uint8_t init);
|
|
extern void legic_prng_forward(int count);
|
|
extern uint8_t legic_prng_get_bit();
|