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

#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