Fetch HW entropy source from SD

This commit is contained in:
Mark Qvist 2019-02-07 13:16:42 +01:00
parent 85626c40a8
commit 0e24b54657
7 changed files with 249 additions and 22 deletions

View file

@ -23,4 +23,6 @@ void sd_automount(void);
void sd_autounmount(void);
void sd_statuschange_indication(uint8_t pattern);
bool sd_mounted(void);
#endif