aboutsummaryrefslogtreecommitdiff
path: root/platform/linux-generic/include-abi/odp/api/abi/proto_stats.h
blob: f9399407d98009483b101141d91602118ce26040 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
/* SPDX-License-Identifier: BSD-3-Clause
 * Copyright (c) 2021 Marvell
 * Copyright (c) 2021 Nokia
 */

/**
 * @file
 *
 * ODP proto stats
 */

#ifndef ODP_API_ABI_PROTO_STATS_H_
#define ODP_API_ABI_PROTO_STATS_H_

#ifdef __cplusplus
extern "C" {
#endif

/* Placeholder for inlined functions for non-ABI compat mode */

#ifdef __cplusplus
}
#endif

#endif