API Reference Manual
1.46.0
api/abi-default/buffer_types.h
1
/* SPDX-License-Identifier: BSD-3-Clause
2
* Copyright (c) 2017-2018 Linaro Limited
3
* Copyright (c) 2023 Nokia
4
*/
5
6
#ifndef ODP_ABI_BUFFER_TYPES_H_
7
#define ODP_ABI_BUFFER_TYPES_H_
8
9
#ifdef __cplusplus
10
extern
"C"
{
11
#endif
12
14
typedef
struct
{
char
dummy
; }
_odp_abi_buffer_t
;
15
20
typedef
_odp_abi_buffer_t
*
odp_buffer_t
;
21
22
#define ODP_BUFFER_INVALID ((odp_buffer_t)0)
23
28
#ifdef __cplusplus
29
}
30
#endif
31
32
#endif
odp_buffer_t
_odp_abi_buffer_t * odp_buffer_t
ODP buffer.
Definition:
api/abi-default/buffer_types.h:20
_odp_abi_buffer_t
Definition:
api/abi-default/buffer_types.h:14
_odp_abi_buffer_t::dummy
char dummy
Definition:
api/abi-default/buffer_types.h:14
include
odp
api
abi-default
buffer_types.h
Generated by
1.9.1