aboutsummaryrefslogtreecommitdiff
path: root/platform/linux-generic/include/odp_ring_ptr_internal.h
blob: 13b2b2fbf3a6f2aee9fbd7183de935095b95b305 (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) 2019, Nokia
 * All rights reserved.
 *
 * SPDX-License-Identifier:     BSD-3-Clause
 */

#ifndef ODP_RING_PTR_INTERNAL_H_
#define ODP_RING_PTR_INTERNAL_H_

#ifdef __cplusplus
extern "C" {
#endif

#include <odp_ring_common.h>

#undef _ODP_RING_TYPE
#define _ODP_RING_TYPE _ODP_RING_TYPE_PTR

#include <odp_ring_internal.h>

#ifdef __cplusplus
}
#endif

#endif