1 /* SPDX-License-Identifier: BSD-3-Clause 2 * Copyright(c) 2018 Marvell International Ltd. 3 * Copyright(c) 2018 Semihalf. 4 * All rights reserved. 5 */ 6 7 #ifndef _MRVL_FLOW_H_ 8 #define _MRVL_FLOW_H_ 9 10 #include "mrvl_ethdev.h" 11 12 void mrvl_flow_init(struct rte_eth_dev *dev); 13 void mrvl_flow_deinit(struct rte_eth_dev *dev); 14 15 #endif /* _MRVL_FLOW_H_ */ 16