zephyr/include/zephyr/zephyr.h

15 lines
302 B
C

/*
* Copyright (c) 2015 Intel Corporation
*
* SPDX-License-Identifier: Apache-2.0
*/
#ifndef ZEPHYR_INCLUDE_ZEPHYR_H_
#define ZEPHYR_INCLUDE_ZEPHYR_H_
#include <zephyr/kernel.h>
#warning "<zephyr/zephyr.h> is deprecated, include <zephyr/kernel.h> instead"
#endif /* ZEPHYR_INCLUDE_ZEPHYR_H_ */