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

#ifndef ODP_RING_MPMC_U32_INTERNAL_H_
#define ODP_RING_MPMC_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_mpmc_internal.h>

#ifdef __cplusplus
}
#endif

#endif