include: Remove compat include headers
Remove the compat headers as its been 2 releases since we introduced them. Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
This commit is contained in:
parent
f562478819
commit
1342dadc36
62 changed files with 0 additions and 913 deletions
|
@ -271,7 +271,6 @@
|
|||
/include/linker/app_smem*.ld @andrewboie
|
||||
/include/linker/ @andrewboie @andyross
|
||||
/include/logging/ @nordic-krch
|
||||
/include/misc/ @andrewboie @andyross
|
||||
/include/net/ @jukkar @tbursztyka @pfalcon
|
||||
/include/net/buf.h @jukkar @jhedberg @tbursztyka @pfalcon
|
||||
/include/posix/ @pfalcon
|
||||
|
|
|
@ -413,15 +413,3 @@ config MISRA_SANE
|
|||
arrays are not permitted (and gcc will enforce this).
|
||||
|
||||
endmenu
|
||||
|
||||
|
||||
menu "Compatibility"
|
||||
|
||||
config COMPAT_INCLUDES
|
||||
bool "Suppress warnings when using header shims"
|
||||
default y
|
||||
help
|
||||
Suppress any warnings from the pre-processor when including
|
||||
deprecated header files.
|
||||
|
||||
endmenu
|
||||
|
|
|
@ -1,15 +0,0 @@
|
|||
/*
|
||||
* Copyright (c) 2019 Intel Corporation
|
||||
*
|
||||
* SPDX-License-Identifier: Apache-2.0
|
||||
*/
|
||||
#ifndef ZEPHYR_INCLUDE_ADC_H_
|
||||
#define ZEPHYR_INCLUDE_ADC_H_
|
||||
|
||||
#ifndef CONFIG_COMPAT_INCLUDES
|
||||
#warning "This header file has moved, include <drivers/adc.h> instead."
|
||||
#endif
|
||||
|
||||
#include <drivers/adc.h>
|
||||
|
||||
#endif /* ZEPHYR_INCLUDE_ADC_H_ */
|
|
@ -1,15 +0,0 @@
|
|||
/*
|
||||
* Copyright (c) 2019 Intel Corporation
|
||||
*
|
||||
* SPDX-License-Identifier: Apache-2.0
|
||||
*/
|
||||
#ifndef ZEPHYR_INCLUDE_ATOMIC_H_
|
||||
#define ZEPHYR_INCLUDE_ATOMIC_H_
|
||||
|
||||
#ifndef CONFIG_COMPAT_INCLUDES
|
||||
#warning "This header file has moved, include <sys/atomic.h> instead."
|
||||
#endif
|
||||
|
||||
#include <sys/atomic.h>
|
||||
|
||||
#endif /* ZEPHYR_INCLUDE_ATOMIC_H_ */
|
|
@ -1,15 +0,0 @@
|
|||
/*
|
||||
* Copyright (c) 2019 Intel Corporation
|
||||
*
|
||||
* SPDX-License-Identifier: Apache-2.0
|
||||
*/
|
||||
#ifndef ZEPHYR_INCLUDE_BASE64_H_
|
||||
#define ZEPHYR_INCLUDE_BASE64_H_
|
||||
|
||||
#ifndef CONFIG_COMPAT_INCLUDES
|
||||
#warning "This header file has moved, include <sys/base64.h> instead."
|
||||
#endif
|
||||
|
||||
#include <sys/base64.h>
|
||||
|
||||
#endif /* ZEPHYR_INCLUDE_BASE64_H_ */
|
|
@ -1,15 +0,0 @@
|
|||
/*
|
||||
* Copyright (c) 2019 Intel Corporation
|
||||
*
|
||||
* SPDX-License-Identifier: Apache-2.0
|
||||
*/
|
||||
#ifndef ZEPHYR_INCLUDE_CAN_H_
|
||||
#define ZEPHYR_INCLUDE_CAN_H_
|
||||
|
||||
#ifndef CONFIG_COMPAT_INCLUDES
|
||||
#warning "This header file has moved, include <drivers/can.h> instead."
|
||||
#endif
|
||||
|
||||
#include <drivers/can.h>
|
||||
|
||||
#endif /* ZEPHYR_INCLUDE_CAN_H_ */
|
|
@ -1,15 +0,0 @@
|
|||
/*
|
||||
* Copyright (c) 2019 Intel Corporation
|
||||
*
|
||||
* SPDX-License-Identifier: Apache-2.0
|
||||
*/
|
||||
#ifndef ZEPHYR_INCLUDE_CLOCK_CONTROL_H_
|
||||
#define ZEPHYR_INCLUDE_CLOCK_CONTROL_H_
|
||||
|
||||
#ifndef CONFIG_COMPAT_INCLUDES
|
||||
#warning "This header file has moved, include <drivers/clock_control.h> instead."
|
||||
#endif
|
||||
|
||||
#include <drivers/clock_control.h>
|
||||
|
||||
#endif /* ZEPHYR_INCLUDE_CLOCK_CONTROL_H_ */
|
|
@ -1,15 +0,0 @@
|
|||
/*
|
||||
* Copyright (c) 2019 Intel Corporation
|
||||
*
|
||||
* SPDX-License-Identifier: Apache-2.0
|
||||
*/
|
||||
#ifndef ZEPHYR_INCLUDE_CONSOLE_H_
|
||||
#define ZEPHYR_INCLUDE_CONSOLE_H_
|
||||
|
||||
#ifndef CONFIG_COMPAT_INCLUDES
|
||||
#warning "This header file has moved, include <console/console.h> instead."
|
||||
#endif
|
||||
|
||||
#include <console/console.h>
|
||||
|
||||
#endif /* ZEPHYR_INCLUDE_CONSOLE_H_ */
|
|
@ -1,15 +0,0 @@
|
|||
/*
|
||||
* Copyright (c) 2019 Intel Corporation
|
||||
*
|
||||
* SPDX-License-Identifier: Apache-2.0
|
||||
*/
|
||||
#ifndef ZEPHYR_INCLUDE_COUNTER_H_
|
||||
#define ZEPHYR_INCLUDE_COUNTER_H_
|
||||
|
||||
#ifndef CONFIG_COMPAT_INCLUDES
|
||||
#warning "This header file has moved, include <drivers/counter.h> instead."
|
||||
#endif
|
||||
|
||||
#include <drivers/counter.h>
|
||||
|
||||
#endif /* ZEPHYR_INCLUDE_COUNTER_H_ */
|
|
@ -1,15 +0,0 @@
|
|||
/*
|
||||
* Copyright (c) 2019 Intel Corporation
|
||||
*
|
||||
* SPDX-License-Identifier: Apache-2.0
|
||||
*/
|
||||
#ifndef ZEPHYR_INCLUDE_CRC_H_
|
||||
#define ZEPHYR_INCLUDE_CRC_H_
|
||||
|
||||
#ifndef CONFIG_COMPAT_INCLUDES
|
||||
#warning "This header file has moved, include <sys/crc.h> instead."
|
||||
#endif
|
||||
|
||||
#include <sys/crc.h>
|
||||
|
||||
#endif /* ZEPHYR_INCLUDE_CRC_H_ */
|
|
@ -1,15 +0,0 @@
|
|||
/*
|
||||
* Copyright (c) 2019 Intel Corporation
|
||||
*
|
||||
* SPDX-License-Identifier: Apache-2.0
|
||||
*/
|
||||
#ifndef ZEPHYR_INCLUDE_DISK_ACCESS_H_
|
||||
#define ZEPHYR_INCLUDE_DISK_ACCESS_H_
|
||||
|
||||
#ifndef CONFIG_COMPAT_INCLUDES
|
||||
#warning "This header file has moved, include <disk/disk_access.h> instead."
|
||||
#endif
|
||||
|
||||
#include <disk/disk_access.h>
|
||||
|
||||
#endif /* ZEPHYR_INCLUDE_DISK_ACCESS_H_ */
|
|
@ -1,15 +0,0 @@
|
|||
/*
|
||||
* Copyright (c) 2019 Intel Corporation
|
||||
*
|
||||
* SPDX-License-Identifier: Apache-2.0
|
||||
*/
|
||||
#ifndef ZEPHYR_INCLUDE_DISPLAY_H_
|
||||
#define ZEPHYR_INCLUDE_DISPLAY_H_
|
||||
|
||||
#ifndef CONFIG_COMPAT_INCLUDES
|
||||
#warning "This header file has moved, include <drivers/display.h> instead."
|
||||
#endif
|
||||
|
||||
#include <drivers/display.h>
|
||||
|
||||
#endif /* ZEPHYR_INCLUDE_DISPLAY_H_ */
|
|
@ -1,15 +0,0 @@
|
|||
/*
|
||||
* Copyright (c) 2019 Intel Corporation
|
||||
*
|
||||
* SPDX-License-Identifier: Apache-2.0
|
||||
*/
|
||||
#ifndef ZEPHYR_INCLUDE_DMA_H_
|
||||
#define ZEPHYR_INCLUDE_DMA_H_
|
||||
|
||||
#ifndef CONFIG_COMPAT_INCLUDES
|
||||
#warning "This header file has moved, include <drivers/dma.h> instead."
|
||||
#endif
|
||||
|
||||
#include <drivers/dma.h>
|
||||
|
||||
#endif /* ZEPHYR_INCLUDE_DMA_H_ */
|
|
@ -1,15 +0,0 @@
|
|||
/*
|
||||
* Copyright (c) 2019 Intel Corporation
|
||||
*
|
||||
* SPDX-License-Identifier: Apache-2.0
|
||||
*/
|
||||
#ifndef ZEPHYR_INCLUDE_ENTROPY_H_
|
||||
#define ZEPHYR_INCLUDE_ENTROPY_H_
|
||||
|
||||
#ifndef CONFIG_COMPAT_INCLUDES
|
||||
#warning "This header file has moved, include <drivers/entropy.h> instead."
|
||||
#endif
|
||||
|
||||
#include <drivers/entropy.h>
|
||||
|
||||
#endif /* ZEPHYR_INCLUDE_ENTROPY_H_ */
|
|
@ -1,15 +0,0 @@
|
|||
/*
|
||||
* Copyright (c) 2019 Intel Corporation
|
||||
*
|
||||
* SPDX-License-Identifier: Apache-2.0
|
||||
*/
|
||||
#ifndef ZEPHYR_INCLUDE_FCB_H_
|
||||
#define ZEPHYR_INCLUDE_FCB_H_
|
||||
|
||||
#ifndef CONFIG_COMPAT_INCLUDES
|
||||
#warning "This header file has moved, include <fs/fcb.h> instead."
|
||||
#endif
|
||||
|
||||
#include <fs/fcb.h>
|
||||
|
||||
#endif /* ZEPHYR_INCLUDE_FCB_H_ */
|
|
@ -1,15 +0,0 @@
|
|||
/*
|
||||
* Copyright (c) 2019 Intel Corporation
|
||||
*
|
||||
* SPDX-License-Identifier: Apache-2.0
|
||||
*/
|
||||
#ifndef ZEPHYR_INCLUDE_FLASH_H_
|
||||
#define ZEPHYR_INCLUDE_FLASH_H_
|
||||
|
||||
#ifndef CONFIG_COMPAT_INCLUDES
|
||||
#warning "This header file has moved, include <drivers/flash.h> instead."
|
||||
#endif
|
||||
|
||||
#include <drivers/flash.h>
|
||||
|
||||
#endif /* ZEPHYR_INCLUDE_FLASH_H_ */
|
|
@ -1,15 +0,0 @@
|
|||
/*
|
||||
* Copyright (c) 2019 Intel Corporation
|
||||
*
|
||||
* SPDX-License-Identifier: Apache-2.0
|
||||
*/
|
||||
#ifndef ZEPHYR_INCLUDE_FLASH_MAP_H_
|
||||
#define ZEPHYR_INCLUDE_FLASH_MAP_H_
|
||||
|
||||
#ifndef CONFIG_COMPAT_INCLUDES
|
||||
#warning "This header file has moved, include <storage/flash_map.h> instead."
|
||||
#endif
|
||||
|
||||
#include <storage/flash_map.h>
|
||||
|
||||
#endif /* ZEPHYR_INCLUDE_FLASH_MAP_H_ */
|
15
include/fs.h
15
include/fs.h
|
@ -1,15 +0,0 @@
|
|||
/*
|
||||
* Copyright (c) 2019 Intel Corporation
|
||||
*
|
||||
* SPDX-License-Identifier: Apache-2.0
|
||||
*/
|
||||
#ifndef ZEPHYR_INCLUDE_FS_H_
|
||||
#define ZEPHYR_INCLUDE_FS_H_
|
||||
|
||||
#ifndef CONFIG_COMPAT_INCLUDES
|
||||
#warning "This header file has moved, include <fs/fs.h> instead."
|
||||
#endif
|
||||
|
||||
#include <fs/fs.h>
|
||||
|
||||
#endif /* ZEPHYR_INCLUDE_FS_H_ */
|
|
@ -1,15 +0,0 @@
|
|||
/*
|
||||
* Copyright (c) 2019 Intel Corporation
|
||||
*
|
||||
* SPDX-License-Identifier: Apache-2.0
|
||||
*/
|
||||
#ifndef ZEPHYR_INCLUDE_GNA_H_
|
||||
#define ZEPHYR_INCLUDE_GNA_H_
|
||||
|
||||
#ifndef CONFIG_COMPAT_INCLUDES
|
||||
#warning "This header file has moved, include <drivers/gna.h> instead."
|
||||
#endif
|
||||
|
||||
#include <drivers/gna.h>
|
||||
|
||||
#endif /* ZEPHYR_INCLUDE_GNA_H_ */
|
|
@ -1,15 +0,0 @@
|
|||
/*
|
||||
* Copyright (c) 2019 Intel Corporation
|
||||
*
|
||||
* SPDX-License-Identifier: Apache-2.0
|
||||
*/
|
||||
#ifndef ZEPHYR_INCLUDE_GPIO_H_
|
||||
#define ZEPHYR_INCLUDE_GPIO_H_
|
||||
|
||||
#ifndef CONFIG_COMPAT_INCLUDES
|
||||
#warning "This header file has moved, include <drivers/gpio.h> instead."
|
||||
#endif
|
||||
|
||||
#include <drivers/gpio.h>
|
||||
|
||||
#endif /* ZEPHYR_INCLUDE_GPIO_H_ */
|
|
@ -1,15 +0,0 @@
|
|||
/*
|
||||
* Copyright (c) 2019 Intel Corporation
|
||||
*
|
||||
* SPDX-License-Identifier: Apache-2.0
|
||||
*/
|
||||
#ifndef ZEPHYR_INCLUDE_HWINFO_H_
|
||||
#define ZEPHYR_INCLUDE_HWINFO_H_
|
||||
|
||||
#ifndef CONFIG_COMPAT_INCLUDES
|
||||
#warning "This header file has moved, include <drivers/hwinfo.h> instead."
|
||||
#endif
|
||||
|
||||
#include <drivers/hwinfo.h>
|
||||
|
||||
#endif /* ZEPHYR_INCLUDE_HWINFO_H_ */
|
|
@ -1,15 +0,0 @@
|
|||
/*
|
||||
* Copyright (c) 2019 Intel Corporation
|
||||
*
|
||||
* SPDX-License-Identifier: Apache-2.0
|
||||
*/
|
||||
#ifndef ZEPHYR_INCLUDE_I2C_H_
|
||||
#define ZEPHYR_INCLUDE_I2C_H_
|
||||
|
||||
#ifndef CONFIG_COMPAT_INCLUDES
|
||||
#warning "This header file has moved, include <drivers/i2c.h> instead."
|
||||
#endif
|
||||
|
||||
#include <drivers/i2c.h>
|
||||
|
||||
#endif /* ZEPHYR_INCLUDE_I2C_H_ */
|
|
@ -1,15 +0,0 @@
|
|||
/*
|
||||
* Copyright (c) 2019 Intel Corporation
|
||||
*
|
||||
* SPDX-License-Identifier: Apache-2.0
|
||||
*/
|
||||
#ifndef ZEPHYR_INCLUDE_I2S_H_
|
||||
#define ZEPHYR_INCLUDE_I2S_H_
|
||||
|
||||
#ifndef CONFIG_COMPAT_INCLUDES
|
||||
#warning "This header file has moved, include <drivers/i2s.h> instead."
|
||||
#endif
|
||||
|
||||
#include <drivers/i2s.h>
|
||||
|
||||
#endif /* ZEPHYR_INCLUDE_I2S_H_ */
|
|
@ -1,15 +0,0 @@
|
|||
/*
|
||||
* Copyright (c) 2019 Intel Corporation
|
||||
*
|
||||
* SPDX-License-Identifier: Apache-2.0
|
||||
*/
|
||||
#ifndef ZEPHYR_INCLUDE_IPM_H_
|
||||
#define ZEPHYR_INCLUDE_IPM_H_
|
||||
|
||||
#ifndef CONFIG_COMPAT_INCLUDES
|
||||
#warning "This header file has moved, include <drivers/ipm.h> instead."
|
||||
#endif
|
||||
|
||||
#include <drivers/ipm.h>
|
||||
|
||||
#endif /* ZEPHYR_INCLUDE_IPM_H_ */
|
|
@ -1,15 +0,0 @@
|
|||
/*
|
||||
* Copyright (c) 2019 Intel Corporation
|
||||
*
|
||||
* SPDX-License-Identifier: Apache-2.0
|
||||
*/
|
||||
#ifndef ZEPHYR_INCLUDE_JSON_H_
|
||||
#define ZEPHYR_INCLUDE_JSON_H_
|
||||
|
||||
#ifndef CONFIG_COMPAT_INCLUDES
|
||||
#warning "This header file has moved, include <data/json.h> instead."
|
||||
#endif
|
||||
|
||||
#include <data/json.h>
|
||||
|
||||
#endif /* ZEPHYR_INCLUDE_JSON_H_ */
|
|
@ -1,15 +0,0 @@
|
|||
/*
|
||||
* Copyright (c) 2019 Intel Corporation
|
||||
*
|
||||
* SPDX-License-Identifier: Apache-2.0
|
||||
*/
|
||||
#ifndef ZEPHYR_INCLUDE_LED_H_
|
||||
#define ZEPHYR_INCLUDE_LED_H_
|
||||
|
||||
#ifndef CONFIG_COMPAT_INCLUDES
|
||||
#warning "This header file has moved, include <drivers/led.h> instead."
|
||||
#endif
|
||||
|
||||
#include <drivers/led.h>
|
||||
|
||||
#endif /* ZEPHYR_INCLUDE_LED_H_ */
|
|
@ -1,15 +0,0 @@
|
|||
/*
|
||||
* Copyright (c) 2019 Intel Corporation
|
||||
*
|
||||
* SPDX-License-Identifier: Apache-2.0
|
||||
*/
|
||||
#ifndef ZEPHYR_INCLUDE_LED_STRIP_H_
|
||||
#define ZEPHYR_INCLUDE_LED_STRIP_H_
|
||||
|
||||
#ifndef CONFIG_COMPAT_INCLUDES
|
||||
#warning "This header file has moved, include <drivers/led_strip.h> instead."
|
||||
#endif
|
||||
|
||||
#include <drivers/led_strip.h>
|
||||
|
||||
#endif /* ZEPHYR_INCLUDE_LED_STRIP_H_ */
|
|
@ -1,15 +0,0 @@
|
|||
/*
|
||||
* Copyright (c) 2019 Intel Corporation
|
||||
*
|
||||
* SPDX-License-Identifier: Apache-2.0
|
||||
*/
|
||||
#ifndef ZEPHYR_INCLUDE_MISC___ASSERT_H_
|
||||
#define ZEPHYR_INCLUDE_MISC___ASSERT_H_
|
||||
|
||||
#ifndef CONFIG_COMPAT_INCLUDES
|
||||
#warning "This header file has moved, include <sys/__assert.h> instead."
|
||||
#endif
|
||||
|
||||
#include <sys/__assert.h>
|
||||
|
||||
#endif /* ZEPHYR_INCLUDE_MISC___ASSERT_H_ */
|
|
@ -1,15 +0,0 @@
|
|||
/*
|
||||
* Copyright (c) 2019 Intel Corporation
|
||||
*
|
||||
* SPDX-License-Identifier: Apache-2.0
|
||||
*/
|
||||
#ifndef ZEPHYR_INCLUDE_MISC_BYTEORDER_H_
|
||||
#define ZEPHYR_INCLUDE_MISC_BYTEORDER_H_
|
||||
|
||||
#ifndef CONFIG_COMPAT_INCLUDES
|
||||
#warning "This header file has moved, include <sys/byteorder.h> instead."
|
||||
#endif
|
||||
|
||||
#include <sys/byteorder.h>
|
||||
|
||||
#endif /* ZEPHYR_INCLUDE_MISC_BYTEORDER_H_ */
|
|
@ -1,15 +0,0 @@
|
|||
/*
|
||||
* Copyright (c) 2019 Intel Corporation
|
||||
*
|
||||
* SPDX-License-Identifier: Apache-2.0
|
||||
*/
|
||||
#ifndef ZEPHYR_INCLUDE_MISC_DLIST_H_
|
||||
#define ZEPHYR_INCLUDE_MISC_DLIST_H_
|
||||
|
||||
#ifndef CONFIG_COMPAT_INCLUDES
|
||||
#warning "This header file has moved, include <sys/dlist.h> instead."
|
||||
#endif
|
||||
|
||||
#include <sys/dlist.h>
|
||||
|
||||
#endif /* ZEPHYR_INCLUDE_MISC_DLIST_H_ */
|
|
@ -1,15 +0,0 @@
|
|||
/*
|
||||
* Copyright (c) 2019 Intel Corporation
|
||||
*
|
||||
* SPDX-License-Identifier: Apache-2.0
|
||||
*/
|
||||
#ifndef ZEPHYR_INCLUDE_MISC_ERRNO_PRIVATE_H_
|
||||
#define ZEPHYR_INCLUDE_MISC_ERRNO_PRIVATE_H_
|
||||
|
||||
#ifndef CONFIG_COMPAT_INCLUDES
|
||||
#warning "This header file has moved, include <sys/errno_private.h> instead."
|
||||
#endif
|
||||
|
||||
#include <sys/errno_private.h>
|
||||
|
||||
#endif /* ZEPHYR_INCLUDE_MISC_ERRNO_PRIVATE_H_ */
|
|
@ -1,15 +0,0 @@
|
|||
/*
|
||||
* Copyright (c) 2019 Intel Corporation
|
||||
*
|
||||
* SPDX-License-Identifier: Apache-2.0
|
||||
*/
|
||||
#ifndef ZEPHYR_INCLUDE_MISC_FDTABLE_H_
|
||||
#define ZEPHYR_INCLUDE_MISC_FDTABLE_H_
|
||||
|
||||
#ifndef CONFIG_COMPAT_INCLUDES
|
||||
#warning "This header file has moved, include <sys/fdtable.h> instead."
|
||||
#endif
|
||||
|
||||
#include <sys/fdtable.h>
|
||||
|
||||
#endif /* ZEPHYR_INCLUDE_MISC_FDTABLE_H_ */
|
|
@ -1,15 +0,0 @@
|
|||
/*
|
||||
* Copyright (c) 2019 Intel Corporation
|
||||
*
|
||||
* SPDX-License-Identifier: Apache-2.0
|
||||
*/
|
||||
#ifndef ZEPHYR_INCLUDE_MISC_GCOV_H_
|
||||
#define ZEPHYR_INCLUDE_MISC_GCOV_H_
|
||||
|
||||
#ifndef CONFIG_COMPAT_INCLUDES
|
||||
#warning "This header file has moved, include <debug/gcov.h> instead."
|
||||
#endif
|
||||
|
||||
#include <debug/gcov.h>
|
||||
|
||||
#endif /* ZEPHYR_INCLUDE_MISC_GCOV_H_ */
|
|
@ -1,15 +0,0 @@
|
|||
/*
|
||||
* Copyright (c) 2019 Intel Corporation
|
||||
*
|
||||
* SPDX-License-Identifier: Apache-2.0
|
||||
*/
|
||||
#ifndef ZEPHYR_INCLUDE_MISC_LIBC_HOOKS_H_
|
||||
#define ZEPHYR_INCLUDE_MISC_LIBC_HOOKS_H_
|
||||
|
||||
#ifndef CONFIG_COMPAT_INCLUDES
|
||||
#warning "This header file has moved, include <sys/libc-hooks.h> instead."
|
||||
#endif
|
||||
|
||||
#include <sys/libc-hooks.h>
|
||||
|
||||
#endif /* ZEPHYR_INCLUDE_MISC_LIBC_HOOKS_H_ */
|
|
@ -1,15 +0,0 @@
|
|||
/*
|
||||
* Copyright (c) 2019 Intel Corporation
|
||||
*
|
||||
* SPDX-License-Identifier: Apache-2.0
|
||||
*/
|
||||
#ifndef ZEPHYR_INCLUDE_MISC_LIST_GEN_H_
|
||||
#define ZEPHYR_INCLUDE_MISC_LIST_GEN_H_
|
||||
|
||||
#ifndef CONFIG_COMPAT_INCLUDES
|
||||
#warning "This header file has moved, include <sys/list_gen.h> instead."
|
||||
#endif
|
||||
|
||||
#include <sys/list_gen.h>
|
||||
|
||||
#endif /* ZEPHYR_INCLUDE_MISC_LIST_GEN_H_ */
|
|
@ -1,15 +0,0 @@
|
|||
/*
|
||||
* Copyright (c) 2019 Intel Corporation
|
||||
*
|
||||
* SPDX-License-Identifier: Apache-2.0
|
||||
*/
|
||||
#ifndef ZEPHYR_INCLUDE_MISC_MATH_EXTRAS_H_
|
||||
#define ZEPHYR_INCLUDE_MISC_MATH_EXTRAS_H_
|
||||
|
||||
#ifndef CONFIG_COMPAT_INCLUDES
|
||||
#warning "This header file has moved, include <sys/math_extras.h> instead."
|
||||
#endif
|
||||
|
||||
#include <sys/math_extras.h>
|
||||
|
||||
#endif /* ZEPHYR_INCLUDE_MISC_MATH_EXTRAS_H_ */
|
|
@ -1,15 +0,0 @@
|
|||
/*
|
||||
* Copyright (c) 2019 Intel Corporation
|
||||
*
|
||||
* SPDX-License-Identifier: Apache-2.0
|
||||
*/
|
||||
#ifndef ZEPHYR_INCLUDE_MISC_MATH_EXTRAS_IMPL_H_
|
||||
#define ZEPHYR_INCLUDE_MISC_MATH_EXTRAS_IMPL_H_
|
||||
|
||||
#ifndef CONFIG_COMPAT_INCLUDES
|
||||
#warning "This header file has moved, include <sys/math_extras_impl.h> instead."
|
||||
#endif
|
||||
|
||||
#include <sys/math_extras_impl.h>
|
||||
|
||||
#endif /* ZEPHYR_INCLUDE_MISC_MATH_EXTRAS_IMPL_H_ */
|
|
@ -1,15 +0,0 @@
|
|||
/*
|
||||
* Copyright (c) 2019 Intel Corporation
|
||||
*
|
||||
* SPDX-License-Identifier: Apache-2.0
|
||||
*/
|
||||
#ifndef ZEPHYR_INCLUDE_MISC_MEMPOOL_H_
|
||||
#define ZEPHYR_INCLUDE_MISC_MEMPOOL_H_
|
||||
|
||||
#ifndef CONFIG_COMPAT_INCLUDES
|
||||
#warning "This header file has moved, include <sys/mempool.h> instead."
|
||||
#endif
|
||||
|
||||
#include <sys/mempool.h>
|
||||
|
||||
#endif /* ZEPHYR_INCLUDE_MISC_MEMPOOL_H_ */
|
|
@ -1,15 +0,0 @@
|
|||
/*
|
||||
* Copyright (c) 2019 Intel Corporation
|
||||
*
|
||||
* SPDX-License-Identifier: Apache-2.0
|
||||
*/
|
||||
#ifndef ZEPHYR_INCLUDE_MISC_MEMPOOL_BASE_H_
|
||||
#define ZEPHYR_INCLUDE_MISC_MEMPOOL_BASE_H_
|
||||
|
||||
#ifndef CONFIG_COMPAT_INCLUDES
|
||||
#warning "This header file has moved, include <sys/mempool_base.h> instead."
|
||||
#endif
|
||||
|
||||
#include <sys/mempool_base.h>
|
||||
|
||||
#endif /* ZEPHYR_INCLUDE_MISC_MEMPOOL_BASE_H_ */
|
|
@ -1,15 +0,0 @@
|
|||
/*
|
||||
* Copyright (c) 2019 Intel Corporation
|
||||
*
|
||||
* SPDX-License-Identifier: Apache-2.0
|
||||
*/
|
||||
#ifndef ZEPHYR_INCLUDE_MISC_MUTEX_H_
|
||||
#define ZEPHYR_INCLUDE_MISC_MUTEX_H_
|
||||
|
||||
#ifndef CONFIG_COMPAT_INCLUDES
|
||||
#warning "This header file has moved, include <sys/mutex.h> instead."
|
||||
#endif
|
||||
|
||||
#include <sys/mutex.h>
|
||||
|
||||
#endif /* ZEPHYR_INCLUDE_MISC_MUTEX_H_ */
|
|
@ -1,15 +0,0 @@
|
|||
/*
|
||||
* Copyright (c) 2019 Intel Corporation
|
||||
*
|
||||
* SPDX-License-Identifier: Apache-2.0
|
||||
*/
|
||||
#ifndef ZEPHYR_INCLUDE_MISC_PRINTK_H_
|
||||
#define ZEPHYR_INCLUDE_MISC_PRINTK_H_
|
||||
|
||||
#ifndef CONFIG_COMPAT_INCLUDES
|
||||
#warning "This header file has moved, include <sys/printk.h> instead."
|
||||
#endif
|
||||
|
||||
#include <sys/printk.h>
|
||||
|
||||
#endif /* ZEPHYR_INCLUDE_MISC_PRINTK_H_ */
|
|
@ -1,15 +0,0 @@
|
|||
/*
|
||||
* Copyright (c) 2019 Intel Corporation
|
||||
*
|
||||
* SPDX-License-Identifier: Apache-2.0
|
||||
*/
|
||||
#ifndef ZEPHYR_INCLUDE_MISC_RB_H_
|
||||
#define ZEPHYR_INCLUDE_MISC_RB_H_
|
||||
|
||||
#ifndef CONFIG_COMPAT_INCLUDES
|
||||
#warning "This header file has moved, include <sys/rb.h> instead."
|
||||
#endif
|
||||
|
||||
#include <sys/rb.h>
|
||||
|
||||
#endif /* ZEPHYR_INCLUDE_MISC_RB_H_ */
|
|
@ -1,15 +0,0 @@
|
|||
/*
|
||||
* Copyright (c) 2019 Intel Corporation
|
||||
*
|
||||
* SPDX-License-Identifier: Apache-2.0
|
||||
*/
|
||||
#ifndef ZEPHYR_INCLUDE_MISC_REBOOT_H_
|
||||
#define ZEPHYR_INCLUDE_MISC_REBOOT_H_
|
||||
|
||||
#ifndef CONFIG_COMPAT_INCLUDES
|
||||
#warning "This header file has moved, include <power/reboot.h> instead."
|
||||
#endif
|
||||
|
||||
#include <power/reboot.h>
|
||||
|
||||
#endif /* ZEPHYR_INCLUDE_MISC_REBOOT_H_ */
|
|
@ -1,15 +0,0 @@
|
|||
/*
|
||||
* Copyright (c) 2019 Intel Corporation
|
||||
*
|
||||
* SPDX-License-Identifier: Apache-2.0
|
||||
*/
|
||||
#ifndef ZEPHYR_INCLUDE_MISC_SFLIST_H_
|
||||
#define ZEPHYR_INCLUDE_MISC_SFLIST_H_
|
||||
|
||||
#ifndef CONFIG_COMPAT_INCLUDES
|
||||
#warning "This header file has moved, include <sys/sflist.h> instead."
|
||||
#endif
|
||||
|
||||
#include <sys/sflist.h>
|
||||
|
||||
#endif /* ZEPHYR_INCLUDE_MISC_SFLIST_H_ */
|
|
@ -1,15 +0,0 @@
|
|||
/*
|
||||
* Copyright (c) 2019 Intel Corporation
|
||||
*
|
||||
* SPDX-License-Identifier: Apache-2.0
|
||||
*/
|
||||
#ifndef ZEPHYR_INCLUDE_MISC_SLIST_H_
|
||||
#define ZEPHYR_INCLUDE_MISC_SLIST_H_
|
||||
|
||||
#ifndef CONFIG_COMPAT_INCLUDES
|
||||
#warning "This header file has moved, include <sys/slist.h> instead."
|
||||
#endif
|
||||
|
||||
#include <sys/slist.h>
|
||||
|
||||
#endif /* ZEPHYR_INCLUDE_MISC_SLIST_H_ */
|
|
@ -1,15 +0,0 @@
|
|||
/*
|
||||
* Copyright (c) 2019 Intel Corporation
|
||||
*
|
||||
* SPDX-License-Identifier: Apache-2.0
|
||||
*/
|
||||
#ifndef ZEPHYR_INCLUDE_MISC_SPECULATION_H_
|
||||
#define ZEPHYR_INCLUDE_MISC_SPECULATION_H_
|
||||
|
||||
#ifndef CONFIG_COMPAT_INCLUDES
|
||||
#warning "This header file has moved, include <sys/speculation.h> instead."
|
||||
#endif
|
||||
|
||||
#include <sys/speculation.h>
|
||||
|
||||
#endif /* ZEPHYR_INCLUDE_MISC_SPECULATION_H_ */
|
|
@ -1,15 +0,0 @@
|
|||
/*
|
||||
* Copyright (c) 2019 Intel Corporation
|
||||
*
|
||||
* SPDX-License-Identifier: Apache-2.0
|
||||
*/
|
||||
#ifndef ZEPHYR_INCLUDE_MISC_STACK_H_
|
||||
#define ZEPHYR_INCLUDE_MISC_STACK_H_
|
||||
|
||||
#ifndef CONFIG_COMPAT_INCLUDES
|
||||
#warning "This header file has moved, include <debug/stack.h> instead."
|
||||
#endif
|
||||
|
||||
#include <debug/stack.h>
|
||||
|
||||
#endif /* ZEPHYR_INCLUDE_MISC_STACK_H_ */
|
|
@ -1,15 +0,0 @@
|
|||
/*
|
||||
* Copyright (c) 2019 Intel Corporation
|
||||
*
|
||||
* SPDX-License-Identifier: Apache-2.0
|
||||
*/
|
||||
#ifndef ZEPHYR_INCLUDE_MISC_UTIL_H_
|
||||
#define ZEPHYR_INCLUDE_MISC_UTIL_H_
|
||||
|
||||
#ifndef CONFIG_COMPAT_INCLUDES
|
||||
#warning "This header file has moved, include <sys/util.h> instead."
|
||||
#endif
|
||||
|
||||
#include <sys/util.h>
|
||||
|
||||
#endif /* ZEPHYR_INCLUDE_MISC_UTIL_H_ */
|
|
@ -1,15 +0,0 @@
|
|||
/*
|
||||
* Copyright (c) 2019 Intel Corporation
|
||||
*
|
||||
* SPDX-License-Identifier: Apache-2.0
|
||||
*/
|
||||
#ifndef ZEPHYR_INCLUDE_NVS_NVS_H_
|
||||
#define ZEPHYR_INCLUDE_NVS_NVS_H_
|
||||
|
||||
#ifndef CONFIG_COMPAT_INCLUDES
|
||||
#warning "This header file has moved, include <fs/nvs.h> instead."
|
||||
#endif
|
||||
|
||||
#include <fs/nvs.h>
|
||||
|
||||
#endif /* ZEPHYR_INCLUDE_NVS_NVS_H_ */
|
|
@ -1,15 +0,0 @@
|
|||
/*
|
||||
* Copyright (c) 2019 Intel Corporation
|
||||
*
|
||||
* SPDX-License-Identifier: Apache-2.0
|
||||
*/
|
||||
#ifndef ZEPHYR_INCLUDE_PINMUX_H_
|
||||
#define ZEPHYR_INCLUDE_PINMUX_H_
|
||||
|
||||
#ifndef CONFIG_COMPAT_INCLUDES
|
||||
#warning "This header file has moved, include <drivers/pinmux.h> instead."
|
||||
#endif
|
||||
|
||||
#include <drivers/pinmux.h>
|
||||
|
||||
#endif /* ZEPHYR_INCLUDE_PINMUX_H_ */
|
|
@ -1,15 +0,0 @@
|
|||
/*
|
||||
* Copyright (c) 2019 Intel Corporation
|
||||
*
|
||||
* SPDX-License-Identifier: Apache-2.0
|
||||
*/
|
||||
#ifndef ZEPHYR_INCLUDE_POWER_H_
|
||||
#define ZEPHYR_INCLUDE_POWER_H_
|
||||
|
||||
#ifndef CONFIG_COMPAT_INCLUDES
|
||||
#warning "This header file has moved, include <power/power.h> instead."
|
||||
#endif
|
||||
|
||||
#include <power/power.h>
|
||||
|
||||
#endif /* ZEPHYR_INCLUDE_POWER_H_ */
|
|
@ -1,15 +0,0 @@
|
|||
/*
|
||||
* Copyright (c) 2019 Intel Corporation
|
||||
*
|
||||
* SPDX-License-Identifier: Apache-2.0
|
||||
*/
|
||||
#ifndef ZEPHYR_INCLUDE_PWM_H_
|
||||
#define ZEPHYR_INCLUDE_PWM_H_
|
||||
|
||||
#ifndef CONFIG_COMPAT_INCLUDES
|
||||
#warning "This header file has moved, include <drivers/pwm.h> instead."
|
||||
#endif
|
||||
|
||||
#include <drivers/pwm.h>
|
||||
|
||||
#endif /* ZEPHYR_INCLUDE_PWM_H_ */
|
|
@ -1,15 +0,0 @@
|
|||
/*
|
||||
* Copyright (c) 2019 Intel Corporation
|
||||
*
|
||||
* SPDX-License-Identifier: Apache-2.0
|
||||
*/
|
||||
#ifndef ZEPHYR_INCLUDE_RING_BUFFER_H_
|
||||
#define ZEPHYR_INCLUDE_RING_BUFFER_H_
|
||||
|
||||
#ifndef CONFIG_COMPAT_INCLUDES
|
||||
#warning "This header file has moved, include <sys/ring_buffer.h> instead."
|
||||
#endif
|
||||
|
||||
#include <sys/ring_buffer.h>
|
||||
|
||||
#endif /* ZEPHYR_INCLUDE_RING_BUFFER_H_ */
|
|
@ -1,15 +0,0 @@
|
|||
/*
|
||||
* Copyright (c) 2019 Intel Corporation
|
||||
*
|
||||
* SPDX-License-Identifier: Apache-2.0
|
||||
*/
|
||||
#ifndef ZEPHYR_INCLUDE_SENSOR_H_
|
||||
#define ZEPHYR_INCLUDE_SENSOR_H_
|
||||
|
||||
#ifndef CONFIG_COMPAT_INCLUDES
|
||||
#warning "This header file has moved, include <drivers/sensor.h> instead."
|
||||
#endif
|
||||
|
||||
#include <drivers/sensor.h>
|
||||
|
||||
#endif /* ZEPHYR_INCLUDE_SENSOR_H_ */
|
|
@ -1,15 +0,0 @@
|
|||
/*
|
||||
* Copyright (c) 2019 Intel Corporation
|
||||
*
|
||||
* SPDX-License-Identifier: Apache-2.0
|
||||
*/
|
||||
#ifndef ZEPHYR_INCLUDE_SPI_H_
|
||||
#define ZEPHYR_INCLUDE_SPI_H_
|
||||
|
||||
#ifndef CONFIG_COMPAT_INCLUDES
|
||||
#warning "This header file has moved, include <drivers/spi.h> instead."
|
||||
#endif
|
||||
|
||||
#include <drivers/spi.h>
|
||||
|
||||
#endif /* ZEPHYR_INCLUDE_SPI_H_ */
|
|
@ -1,15 +0,0 @@
|
|||
/*
|
||||
* Copyright (c) 2019 Intel Corporation
|
||||
*
|
||||
* SPDX-License-Identifier: Apache-2.0
|
||||
*/
|
||||
#ifndef ZEPHYR_INCLUDE_STATS_H_
|
||||
#define ZEPHYR_INCLUDE_STATS_H_
|
||||
|
||||
#ifndef CONFIG_COMPAT_INCLUDES
|
||||
#warning "This header file has moved, include <stats/stats.h> instead."
|
||||
#endif
|
||||
|
||||
#include <stats/stats.h>
|
||||
|
||||
#endif /* ZEPHYR_INCLUDE_STATS_H_ */
|
|
@ -1,15 +0,0 @@
|
|||
/*
|
||||
* Copyright (c) 2019 Intel Corporation
|
||||
*
|
||||
* SPDX-License-Identifier: Apache-2.0
|
||||
*/
|
||||
#ifndef ZEPHYR_INCLUDE_SYS_IO_H_
|
||||
#define ZEPHYR_INCLUDE_SYS_IO_H_
|
||||
|
||||
#ifndef CONFIG_COMPAT_INCLUDES
|
||||
#warning "This header file has moved, include <sys/sys_io.h> instead."
|
||||
#endif
|
||||
|
||||
#include <sys/sys_io.h>
|
||||
|
||||
#endif /* ZEPHYR_INCLUDE_SYS_IO_H_ */
|
|
@ -1,15 +0,0 @@
|
|||
/*
|
||||
* Copyright (c) 2019 Intel Corporation
|
||||
*
|
||||
* SPDX-License-Identifier: Apache-2.0
|
||||
*/
|
||||
#ifndef ZEPHYR_INCLUDE_TRACING_H_
|
||||
#define ZEPHYR_INCLUDE_TRACING_H_
|
||||
|
||||
#ifndef CONFIG_COMPAT_INCLUDES
|
||||
#warning "This header file has moved, include <debug/tracing.h> instead."
|
||||
#endif
|
||||
|
||||
#include <debug/tracing.h>
|
||||
|
||||
#endif /* ZEPHYR_INCLUDE_TRACING_H_ */
|
|
@ -1,15 +0,0 @@
|
|||
/*
|
||||
* Copyright (c) 2019 Intel Corporation
|
||||
*
|
||||
* SPDX-License-Identifier: Apache-2.0
|
||||
*/
|
||||
#ifndef ZEPHYR_INCLUDE_TTY_H_
|
||||
#define ZEPHYR_INCLUDE_TTY_H_
|
||||
|
||||
#ifndef CONFIG_COMPAT_INCLUDES
|
||||
#warning "This header file has moved, include <console/tty.h> instead."
|
||||
#endif
|
||||
|
||||
#include <console/tty.h>
|
||||
|
||||
#endif /* ZEPHYR_INCLUDE_TTY_H_ */
|
|
@ -1,15 +0,0 @@
|
|||
/*
|
||||
* Copyright (c) 2019 Intel Corporation
|
||||
*
|
||||
* SPDX-License-Identifier: Apache-2.0
|
||||
*/
|
||||
#ifndef ZEPHYR_INCLUDE_UART_H_
|
||||
#define ZEPHYR_INCLUDE_UART_H_
|
||||
|
||||
#ifndef CONFIG_COMPAT_INCLUDES
|
||||
#warning "This header file has moved, include <drivers/uart.h> instead."
|
||||
#endif
|
||||
|
||||
#include <drivers/uart.h>
|
||||
|
||||
#endif /* ZEPHYR_INCLUDE_UART_H_ */
|
|
@ -1,15 +0,0 @@
|
|||
/*
|
||||
* Copyright (c) 2019 Intel Corporation
|
||||
*
|
||||
* SPDX-License-Identifier: Apache-2.0
|
||||
*/
|
||||
#ifndef ZEPHYR_INCLUDE_WATCHDOG_H_
|
||||
#define ZEPHYR_INCLUDE_WATCHDOG_H_
|
||||
|
||||
#ifndef CONFIG_COMPAT_INCLUDES
|
||||
#warning "This header file has moved, include <drivers/watchdog.h> instead."
|
||||
#endif
|
||||
|
||||
#include <drivers/watchdog.h>
|
||||
|
||||
#endif /* ZEPHYR_INCLUDE_WATCHDOG_H_ */
|
|
@ -1,15 +0,0 @@
|
|||
/*
|
||||
* Copyright (c) 2019 Intel Corporation
|
||||
*
|
||||
* SPDX-License-Identifier: Apache-2.0
|
||||
*/
|
||||
#ifndef ZEPHYR_INCLUDE_ZEPHYR_JWT_H_
|
||||
#define ZEPHYR_INCLUDE_ZEPHYR_JWT_H_
|
||||
|
||||
#ifndef CONFIG_COMPAT_INCLUDES
|
||||
#warning "This header file has moved, include <data/jwt.h> instead."
|
||||
#endif
|
||||
|
||||
#include <data/jwt.h>
|
||||
|
||||
#endif /* ZEPHYR_INCLUDE_ZEPHYR_JWT_H_ */
|
Loading…
Add table
Add a link
Reference in a new issue