subsys: Add random subsystem
Some "random" drivers are not drivers at all: they just implement the function `sys_rand32_get()`. Move those to a random subsystem in preparation for a reorganization. Signed-off-by: Leandro Pereira <leandro.pereira@intel.com>
This commit is contained in:
parent
e08a5b0200
commit
adce1d1888
36 changed files with 70 additions and 64 deletions
|
@ -26,7 +26,7 @@
|
|||
#include <misc/slist.h>
|
||||
#include <misc/util.h>
|
||||
#include <kernel_version.h>
|
||||
#include <drivers/rand32.h>
|
||||
#include <random/rand32.h>
|
||||
#include <kernel_arch_thread.h>
|
||||
#include <syscall.h>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue