]> git.proxmox.com Git - ceph.git/blob - ceph/src/seastar/dpdk/drivers/net/mvpp2/mrvl_flow.h
import 15.2.0 Octopus source
[ceph.git] / ceph / src / seastar / dpdk / drivers / net / mvpp2 / mrvl_flow.h
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_ */