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:
Leandro Pereira 2017-10-13 15:45:02 -07:00 committed by Anas Nashif
commit adce1d1888
36 changed files with 70 additions and 64 deletions

View file

@ -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>