numam-dpdk/drivers/common/cnxk/roc_util_priv.h
Jerin Jacob 014a9e222b common/cnxk: add model init and IO handling API
Add routines for SoC model identification and HW IO handling
routines specific to CN9K and CN10K Marvell SoC's.
These are based on arm64 ISA and behaviour specific to
Marvell SoC's.

Signed-off-by: Jerin Jacob <jerinj@marvell.com>
Signed-off-by: Srikanth Yalavarthi <syalavarthi@marvell.com>
Acked-by: Nithin Dabilpuram <ndabilpuram@marvell.com>
2021-04-09 08:32:24 +02:00

15 lines
251 B
C

/* SPDX-License-Identifier: BSD-3-Clause
* Copyright(C) 2021 Marvell.
*/
#ifndef _ROC_UTIL_PRIV_H_
#define _ROC_UTIL_PRIV_H_
enum util_err_status {
UTIL_ERR_PARAM = -6000,
UTIL_ERR_FS,
UTIL_ERR_INVALID_MODEL,
};
#endif /* _ROC_UTIL_PRIV_H_ */