random: Rename random header

rand32.h does not make much sense, since the random subsystem
provides more APIs than just getting a random 32 bits value.

Rename it to random.h and get consistently with other
subsystems.

Signed-off-by: Flavio Ceolin <flavio.ceolin@intel.com>
This commit is contained in:
Flavio Ceolin 2023-10-06 22:38:53 +00:00 committed by Johan Hedberg
commit e7bd10ae71
133 changed files with 225 additions and 206 deletions

View file

@ -15,7 +15,7 @@
#include <zephyr/ztest.h>
#include <kernel_internal.h>
#include <zephyr/random/rand32.h>
#include <zephyr/random/random.h>
#define N_VALUES 10

View file

@ -67,7 +67,7 @@
#include <zephyr/test_utils.h>
#include "test_ecc_utils.h"
#include <zephyr/sys/util.h>
#include <zephyr/random/rand32.h>
#include <zephyr/random/random.h>
#include <stdio.h>
#include <stdlib.h>