1 /* SPDX-License-Identifier: BSD-3-Clause 2 * Copyright(C) 2021 Marvell. 3 */ 4 #ifndef _CNXK_UTILS_H_ 5 #define _CNXK_UTILS_H_ 6 7 #include "roc_platform.h" 8 9 int __roc_api roc_nix_tm_err_to_rte_err(int errorcode); 10 11 #endif /* _CNXK_UTILS_H_ */ 12