cleanup: include/: move misc/slist.h to sys/slist.h
move misc/slist.h to sys/slist.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
5c0516bce3
commit
536dd5a71f
31 changed files with 449 additions and 434 deletions
|
@ -26,7 +26,7 @@
|
|||
#include <soc.h>
|
||||
#include <sys/sys_io.h>
|
||||
#include <sys/__assert.h>
|
||||
#include <misc/slist.h>
|
||||
#include <sys/slist.h>
|
||||
#include <misc/speculation.h>
|
||||
|
||||
#include "gpio_utils.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue