aboutsummaryrefslogtreecommitdiff
path: root/include/odp/api/abi-default/proto_stats.h
blob: 9b3147762853ea5941e47b2ef1f25e59d6e848fd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
/* SPDX-License-Identifier: BSD-3-Clause
 * Copyright (c) 2021 Marvell
 */

#ifndef ODP_ABI_PROTO_STATS_H_
#define ODP_ABI_PROTO_STATS_H_

#ifdef __cplusplus
extern "C" {
#endif

/* Empty header required to enable API function inlining */

#ifdef __cplusplus
}
#endif

#endif