/* Copyright (c) 2013-2014, Linaro Limited * All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ /** * @file * * ODP shared memory */ #ifndef ODP_PLAT_SHARED_MEMORY_H_ #define ODP_PLAT_SHARED_MEMORY_H_ #ifdef __cplusplus extern "C" { #endif #include /** @ingroup odp_shared_memory * @{ */ /** * @} */ #include #ifdef __cplusplus } #endif #endif