cleanup: include/: move misc/rb.h to sys/rb.h
move misc/rb.h to sys/rb.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
9ab2a56751
commit
1859244b64
9 changed files with 225 additions and 210 deletions
|
@ -12,7 +12,7 @@
|
|||
#if !defined(_ASMLANGUAGE)
|
||||
#include <sys/atomic.h>
|
||||
#include <sys/dlist.h>
|
||||
#include <misc/rb.h>
|
||||
#include <sys/rb.h>
|
||||
#include <misc/util.h>
|
||||
#include <string.h>
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue