Bridle API 4.1.99
A Zephyr based application framework
Loading...
Searching...
No Matches
core_includes.h
Go to the documentation of this file.
1/*
2 * Copyright (c) 2021-2023 TiaC Systems
3 * Copyright (c) 2018 Intel Corporation
4 *
5 * SPDX-License-Identifier: Apache-2.0
6 */
7
13#ifndef BRIDLE_INCLUDE_BRIDLE_INCLUDES_H_
14#define BRIDLE_INCLUDE_BRIDLE_INCLUDES_H_
15
16#include <stddef.h>
17#include <zephyr/types.h>
18#include <limits.h>
19#include <zephyr/toolchain.h>
20#include <bridle/core_version.h>
21
22#endif /* BRIDLE_INCLUDE_BRIDLE_INCLUDES_H_ */
Public Bridle Version API.