Expose storedevs to the outside world via dev interface
This commit is contained in:
6
kernel/randcrypto/randcrypto.c
Normal file
6
kernel/randcrypto/randcrypto.c
Normal file
@ -0,0 +1,6 @@
|
||||
#include "randcrypto.h"
|
||||
#include "uniqid.h"
|
||||
|
||||
void randcrypto_init(void) {
|
||||
randcrypto_uniqid_init();
|
||||
}
|
||||
Reference in New Issue
Block a user