API Reference Manual  1.45.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 
21 
22 #define ODP_BUFFER_INVALID ((odp_buffer_t)0)
23 
28 #ifdef __cplusplus
29 }
30 #endif
31 
32 #endif
_odp_abi_buffer_t * odp_buffer_t
ODP buffer.