cleanup: include/: move atomic.h to sys/atomic.h
move atomic.h to sys/atomic.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
52e0efac97
commit
e1e05a2eac
59 changed files with 531 additions and 516 deletions
|
@ -6,7 +6,7 @@
|
|||
|
||||
#include <ctype.h>
|
||||
#include <stdlib.h>
|
||||
#include <atomic.h>
|
||||
#include <sys/atomic.h>
|
||||
#include <shell/shell.h>
|
||||
#include <shell/shell_dummy.h>
|
||||
#include "shell_ops.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue