Zephyr Project API  3.3.0
A Scalable Open Source RTOS
zephyr.h
Go to the documentation of this file.
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#ifndef CONFIG_LEGACY_INCLUDE_PATH
13#warning "<zephyr/zephyr.h> is deprecated, include <zephyr/kernel.h> instead"
14#endif
15
16#endif /* ZEPHYR_INCLUDE_ZEPHYR_H_ */
Public kernel APIs.