cleanup: include/: move misc/sflist.h to sys/sflist.h

move misc/sflist.h to sys/sflist.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:
Anas Nashif 2019-06-26 10:33:51 -04:00
commit 5c0516bce3
4 changed files with 484 additions and 469 deletions

View file

@ -23,7 +23,7 @@
#include <sched_priq.h>
#include <sys/dlist.h>
#include <misc/slist.h>
#include <misc/sflist.h>
#include <sys/sflist.h>
#include <misc/util.h>
#include <sys/mempool_base.h>
#include <kernel_version.h>