API Reference Manual 1.51.0
Loading...
Searching...
No Matches
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#include <stdint.h>
10
11#ifdef __cplusplus
12extern "C" {
13#endif
14
16typedef 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.