blob: 5469216ccaef32d832e900bf073c34a5e4380c0f [file] [log] [blame]
Anas Nashif8b45f4e2015-10-21 07:24:39 -04001/*
2 * Copyright (c) 2015 Intel Corporation
3 *
David B. Kinderac74d8b2017-01-18 17:01:01 -08004 * SPDX-License-Identifier: Apache-2.0
Anas Nashif8b45f4e2015-10-21 07:24:39 -04005 */
6
7#ifndef _ZEPHYR__H
8#define _ZEPHYR__H
9
Paul Sokolovsky0c6df2d2017-03-08 12:37:57 +010010/*
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
Benjamin Walsh5d238182016-09-02 16:59:34 -040018#include <kernel.h>
Benjamin Walsh5d238182016-09-02 16:59:34 -040019
Anas Nashif8b45f4e2015-10-21 07:24:39 -040020#endif /* _ZEPHYR__H */