/* Copyright (c) 2015-2018, Linaro Limited * All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ /** * @file * * ODP thread */ #ifndef ODP_ABI_THREAD_H_ #define ODP_ABI_THREAD_H_ #ifdef __cplusplus extern "C" { #endif /** @addtogroup odp_thread * @{ */ #define ODP_THREAD_COUNT_MAX 256 /** * @} */ #ifdef __cplusplus } #endif #endif