diff options
author | Uros Majstorovic <majstor@majstor.org> | 2022-03-31 13:17:48 +0200 |
---|---|---|
committer | Uros Majstorovic <majstor@majstor.org> | 2022-03-31 13:17:48 +0200 |
commit | 4e2c7b2b070699b9f0a9cfe75de8316866cc5ed1 (patch) | |
tree | f63e7a1d58267bef3941c63341c71b11c18555a1 /fw/esp32/components/eos/include/rng.h | |
parent | f2bc5ddbeca144fa79208a5ac6a029da6ed5c10c (diff) |
random numbers for fe310
Diffstat (limited to 'fw/esp32/components/eos/include/rng.h')
-rw-r--r-- | fw/esp32/components/eos/include/rng.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fw/esp32/components/eos/include/rng.h b/fw/esp32/components/eos/include/rng.h new file mode 100644 index 0000000..0690973 --- /dev/null +++ b/fw/esp32/components/eos/include/rng.h @@ -0,0 +1 @@ +void eos_rng_init(void); |