1 /*
2  * Copyright (c) 2015 Intel Corporation
3  *
4  * SPDX-License-Identifier: Apache-2.0
5  */
6 
7 #ifndef ZEPHYR_INCLUDE_ZEPHYR_H_
8 #define ZEPHYR_INCLUDE_ZEPHYR_H_
9 
10 #include <zephyr/kernel.h>
11 
12 #warning "<zephyr/zephyr.h> is deprecated, include <zephyr/kernel.h> instead"
13 
14 #endif /* ZEPHYR_INCLUDE_ZEPHYR_H_ */
15