cleanup: include/: move entropy.h to drivers/entropy.h
move entropy.h to drivers/entropy.h and create a shim for backward-compatibility. No functional changes to the headers. A warning in the shim can be controlled with CONFIG_COMPAT_INCLUDES. Related to #16539 Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
parent
46a5d1e5cb
commit
969f8f1c68
24 changed files with 145 additions and 130 deletions
|
@ -7,7 +7,7 @@
|
|||
#include <stddef.h>
|
||||
#include <zephyr.h>
|
||||
#include <device.h>
|
||||
#include <entropy.h>
|
||||
#include <drivers/entropy.h>
|
||||
#include <bluetooth/bluetooth.h>
|
||||
#include <misc/byteorder.h>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue