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

#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