API Reference Manual 1.51.0
Loading...
Searching...
No Matches
api/abi-default/std_types.h
1/* SPDX-License-Identifier: BSD-3-Clause
2 * Copyright (c) 2013-2018 Linaro Limited
3 */
4
5#ifndef ODP_ABI_STD_TYPES_H_
6#define ODP_ABI_STD_TYPES_H_
7
8/* uint64_t, uint32_t, etc */
9#include <stdint.h>
10
11/* size_t */
12#include <stddef.h>
13
14/* true and false for odp_bool_t */
15#include <stdbool.h>
16
17#ifdef __cplusplus
18extern "C" {
19#endif
20
25typedef bool odp_bool_t;
26
31#ifdef __cplusplus
32}
33#endif
34
35#endif
bool odp_bool_t
Boolean type.