Skip to content

Commit

Permalink
cleanup: include/: move misc/sflist.h to sys/sflist.h
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
nashif committed Jun 28, 2019
1 parent 1859244 commit 5c0516b
Show file tree
Hide file tree
Showing 4 changed files with 484 additions and 469 deletions.
2 changes: 1 addition & 1 deletion include/kernel_includes.h
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
Loading

0 comments on commit 5c0516b

Please sign in to comment.