Expose storedevs to the outside world via dev interface

This commit is contained in:
2025-10-11 02:35:15 +02:00
parent 3996f71316
commit 6b0e05e506
18 changed files with 137 additions and 18 deletions

View File

@ -0,0 +1,6 @@
#ifndef RANDCRYPTO_RANDCRYPTO_H_
#define RANDCRYPTO_RANDCRYPTO_H_
void randcrypto_init(void);
#endif // RANDCRYPTO_RANDCRYPTO_H_