/* Copyright (c) 2015, Linaro Limited * All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ /** * @file * * Linux-generic platform internal configuration */ #ifndef ODP_CONFIG_INTERNAL_H_ #define ODP_CONFIG_INTERNAL_H_ #ifdef __cplusplus extern "C" { #endif /** * Maximum number of threads */ #define _ODP_INTERNAL_MAX_THREADS 128 #ifdef __cplusplus } #endif #endif