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

move misc/dlist.h to sys/dlist.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:41 -04:00
commit ee9dd1a54a
30 changed files with 586 additions and 571 deletions

View file

@ -21,7 +21,7 @@
#include <sys/atomic.h>
#include <sys/__assert.h>
#include <sched_priq.h>
#include <misc/dlist.h>
#include <sys/dlist.h>
#include <misc/slist.h>
#include <misc/sflist.h>
#include <misc/util.h>