aboutsummaryrefslogtreecommitdiff
path: root/platform/linux-generic/include/odp_ring_u32_internal.h
blob: baa02e4ca6e3d7da50abe7e93b40cafb9a8837a0 (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_U32_INTERNAL_H_
#define ODP_RING_U32_INTERNAL_H_

#ifdef __cplusplus
extern "C" {
#endif

#include <odp_ring_common.h>

#undef _ODP_RING_TYPE
#define _ODP_RING_TYPE _ODP_RING_TYPE_U32

#include <odp_ring_internal.h>

#ifdef __cplusplus
}
#endif

#endif