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_ */