aboutsummaryrefslogtreecommitdiff
path: root/platform/linux-generic/include/odp_ring_common.h
blob: 7c28abde8828ec03b3f970b11258f01ec298ed83 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
/* SPDX-License-Identifier: BSD-3-Clause
 * Copyright (c) 2019-2021 Nokia
 */

#ifndef ODP_RING_COMMON_H_
#define ODP_RING_COMMON_H_

#ifdef __cplusplus
extern "C" {
#endif

#define _ODP_RING_TYPE_U32 1
#define _ODP_RING_TYPE_U64 2
#define _ODP_RING_TYPE_PTR 3

#ifdef __cplusplus
}
#endif

#endif