API Reference Manual
1.46.0
api/abi-default/stash_types.h
1
/* SPDX-License-Identifier: BSD-3-Clause
2
* Copyright (c) 2022 Nokia
3
*/
4
5
#ifndef ODP_ABI_STASH_TYPES_H_
6
#define ODP_ABI_STASH_TYPES_H_
7
8
#ifdef __cplusplus
9
extern
"C"
{
10
#endif
11
13
typedef
struct
{
char
dummy
; }
_odp_abi_stash_t
;
14
19
typedef
_odp_abi_stash_t
*
odp_stash_t
;
20
21
#define ODP_STASH_INVALID ((odp_stash_t)0)
22
23
#define ODP_STASH_NAME_LEN 32
24
29
#ifdef __cplusplus
30
}
31
#endif
32
33
#endif
odp_stash_t
_odp_abi_stash_t * odp_stash_t
Stash handle.
Definition:
api/abi-default/stash_types.h:19
_odp_abi_stash_t
Definition:
api/abi-default/stash_types.h:13
_odp_abi_stash_t::dummy
char dummy
Definition:
api/abi-default/stash_types.h:13
include
odp
api
abi-default
stash_types.h
Generated by
1.9.1