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
|
@ -18,7 +18,7 @@
|
|||
*/
|
||||
#include <device.h>
|
||||
#include <soc.h>
|
||||
#include <misc/__assert.h>
|
||||
#include <sys/__assert.h>
|
||||
#include "exti_stm32.h"
|
||||
|
||||
#if defined(CONFIG_SOC_SERIES_STM32F0X) || \
|
||||
|
|
|
@ -12,7 +12,7 @@
|
|||
#include <arch/cpu.h>
|
||||
#include <zephyr/types.h>
|
||||
#include <string.h>
|
||||
#include <misc/__assert.h>
|
||||
#include <sys/__assert.h>
|
||||
#include <arch/x86/msr.h>
|
||||
|
||||
#include <toolchain.h>
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
*
|
||||
*/
|
||||
|
||||
#include <misc/__assert.h>
|
||||
#include <sys/__assert.h>
|
||||
#include <kernel.h>
|
||||
#include <arch/cpu.h>
|
||||
#include <drivers/interrupt_controller/ioapic.h>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue