xref: /dpdk/drivers/common/cnxk/roc_util_priv.h (revision 014a9e222bac8763dbc2f635383d1d5c81598ff5)
1 /* SPDX-License-Identifier: BSD-3-Clause
2  * Copyright(C) 2021 Marvell.
3  */
4 
5 #ifndef _ROC_UTIL_PRIV_H_
6 #define _ROC_UTIL_PRIV_H_
7 
8 enum util_err_status {
9 	UTIL_ERR_PARAM = -6000,
10 	UTIL_ERR_FS,
11 	UTIL_ERR_INVALID_MODEL,
12 };
13 
14 #endif /* _ROC_UTIL_PRIV_H_ */
15