cleanup: include/: move misc/__assert.h to sys/__assert.h
move misc/__assert.h to sys/__assert.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
7435e5e089
commit
5eb90ec169
149 changed files with 280 additions and 265 deletions
|
@ -5,7 +5,7 @@
|
|||
*/
|
||||
|
||||
#include <zephyr.h>
|
||||
#include <misc/__assert.h>
|
||||
#include <sys/__assert.h>
|
||||
#include <kernel/zephyr/dpl/dpl.h>
|
||||
#include <ti/drivers/dpl/ClockP.h>
|
||||
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
|
||||
|
||||
#include <zephyr.h>
|
||||
#include <misc/__assert.h>
|
||||
#include <sys/__assert.h>
|
||||
#include <kernel/zephyr/dpl/dpl.h>
|
||||
#include <ti/drivers/dpl/HwiP.h>
|
||||
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
*/
|
||||
|
||||
#include <zephyr.h>
|
||||
#include <misc/__assert.h>
|
||||
#include <sys/__assert.h>
|
||||
#include <kernel/zephyr/dpl/dpl.h>
|
||||
#include <ti/drivers/dpl/MutexP.h>
|
||||
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
*/
|
||||
|
||||
#include <zephyr.h>
|
||||
#include <misc/__assert.h>
|
||||
#include <sys/__assert.h>
|
||||
#include <kernel/zephyr/dpl/dpl.h>
|
||||
#include <ti/drivers/dpl/SemaphoreP.h>
|
||||
|
||||
|
|
|
@ -12,7 +12,7 @@
|
|||
#include <device.h>
|
||||
#include <init.h>
|
||||
#include <misc/util.h>
|
||||
#include <misc/__assert.h>
|
||||
#include <sys/__assert.h>
|
||||
|
||||
#include <inc/hw_types.h>
|
||||
#include <inc/hw_ints.h>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue