Zephyr API Documentation  3.5.0
A Scalable Open Source RTOS
3.5.0
All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
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#warning "<zephyr/zephyr.h> is deprecated, include <zephyr/kernel.h> instead"
13
14#endif /* ZEPHYR_INCLUDE_ZEPHYR_H_ */
Public kernel APIs.