1 /* SPDX-License-Identifier: BSD-3-Clause
2 * Copyright(c) 2010-2020 Intel Corporation
8 #include <rte_flow_driver.h>
9 #include "igc_ethdev.h"
15 extern const struct rte_flow_ops igc_flow_ops;
17 void igc_flow_init(struct rte_eth_dev *dev);
18 int igc_flow_flush(struct rte_eth_dev *dev,
19 __rte_unused struct rte_flow_error *error);
25 #endif /* _IGC_FLOW_H_ */