X-Git-Url: http://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/blobdiff_plain/cbb03be993f1d15fb8ede4e19edafd020bdfbb0a..5e174a511b37e17cd3fcaedad608ce605ba34ce9:/include/legic_prng.h diff --git a/include/legic_prng.h b/include/legic_prng.h index edcf49cc..77c5ec29 100644 --- a/include/legic_prng.h +++ b/include/legic_prng.h @@ -1,5 +1,10 @@ -#include "unistd.h" -#include "stdint.h" +#ifndef LEGIC_PRNG_H__ +#define LEGIC_PRNG_H__ + +#include extern void legic_prng_init(uint8_t init); extern void legic_prng_forward(int count); extern uint8_t legic_prng_get_bit(); + +#endif +