/* Copyright (c) 2015, Linaro Limited * All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ #ifndef ODP_PLAT_STD_CLIB_H_ #define ODP_PLAT_STD_CLIB_H_ #ifdef __cplusplus extern "C" { #endif #include #include #include #if ODP_ABI_COMPAT == 0 #include #endif #include #ifdef __cplusplus } #endif #endif