API Reference Manual  1.45.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 
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_abi_stash_t * odp_stash_t
Stash handle.