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
|
@ -125,7 +125,7 @@ extern "C" {
|
|||
#include <fsl_common.h>
|
||||
#include <device.h>
|
||||
#include <misc/util.h>
|
||||
#include <drivers/rand32.h>
|
||||
#include <random/rand32.h>
|
||||
|
||||
/* For IMG_MANAGER */
|
||||
#if defined(CONFIG_SOC_FLASH_MCUX)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue