]> git.zerfleddert.de Git - proxmark3-svn/blame - include/legic_prng.h
marcan's patch until he gets commit access. Remove C library's includes from the...
[proxmark3-svn] / include / legic_prng.h
CommitLineData
5e174a51 1#ifndef LEGIC_PRNG_H__
2#define LEGIC_PRNG_H__
3
4#include <stdint.h>
8e220a91 5extern void legic_prng_init(uint8_t init);
6extern void legic_prng_forward(int count);
7extern uint8_t legic_prng_get_bit();
5e174a51 8
9#endif
10
Impressum, Datenschutz