/* 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 #undef _ODP_RING_TYPE #define _ODP_RING_TYPE _ODP_RING_TYPE_U32 #include #ifdef __cplusplus } #endif #endif