xref: /dpdk/drivers/common/cnxk/roc_utils.h (revision 03cc9bd929897b1a8e6844b054cf3f86722fbd1d)
1 /* SPDX-License-Identifier: BSD-3-Clause
2  * Copyright(C) 2021 Marvell.
3  */
4 
5 #ifndef _ROC_UTILS_H_
6 #define _ROC_UTILS_H_
7 
8 #include "roc_platform.h"
9 
10 /* Utils */
11 const char *__roc_api roc_error_msg_get(int errorcode);
12 
13 void __roc_api roc_clk_freq_get(uint16_t *rclk_freq, uint16_t *sclk_freq);
14 
15 #endif /* _ROC_UTILS_H_ */
16