aboutsummaryrefslogtreecommitdiff
path: root/platform/linux-generic/include/odp_ring_u64_internal.h
blob: 4b4c7b1b5e10984ad5a5004bac1882379608781f (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
/* Copyright (c) 2021, Nokia
 * All rights reserved.
 *
 * SPDX-License-Identifier:     BSD-3-Clause
 */

#ifndef ODP_RING_U64_INTERNAL_H_
#define ODP_RING_U64_INTERNAL_H_

#ifdef __cplusplus
extern "C" {
#endif

#include <odp_ring_common.h>

#undef _ODP_RING_TYPE
#define _ODP_RING_TYPE _ODP_RING_TYPE_U64

#include <odp_ring_internal.h>

#ifdef __cplusplus
}
#endif

#endif