marcan's patch until he gets commit access. Remove C library's includes from the firmware side since it's not available anyway and not used
This commit is contained in:
@@ -1,5 +1,10 @@
|
||||
#include "unistd.h"
|
||||
#include "stdint.h"
|
||||
#ifndef LEGIC_PRNG_H__
|
||||
#define LEGIC_PRNG_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();
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user