API Reference Manual  1.45.0
api/abi-default/proto_stats_types.h
1 /* SPDX-License-Identifier: BSD-3-Clause
2  * Copyright (c) 2021 Marvell
3  * Copyright (c) 2021 Nokia
4  */
5 
6 #ifndef ODP_ABI_PROTO_STATS_TYPES_H_
7 #define ODP_ABI_PROTO_STATS_TYPES_H_
8 
9 #ifdef __cplusplus
10 extern "C" {
11 #endif
12 
13 #include <stdint.h>
14 
16 typedef struct { char dummy; } _odp_abi_proto_stats_t;
17 
23 
24 #define ODP_PROTO_STATS_INVALID ((odp_proto_stats_t)0)
25 
26 #define ODP_PROTO_STATS_NAME_LEN 64
27 
32 #ifdef __cplusplus
33 }
34 #endif
35 
36 #endif
_odp_abi_proto_stats_t * odp_proto_stats_t
ODP proto stats handle.