Zephyr API Documentation
2.7.0-rc2
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
/*
11
* Applications can identify whether they are built for Zephyr by
12
* macro below. (It may be already defined by a makefile or toolchain.)
13
*/
14
#ifndef __ZEPHYR__
15
#define __ZEPHYR__
16
#endif
17
18
#include <
kernel.h
>
19
20
#endif
/* ZEPHYR_INCLUDE_ZEPHYR_H_ */
kernel.h
include
zephyr.h
Generated on Sun Oct 9 2022 09:21:56 for Zephyr API Documentation by
1.9.4