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