xref: /dpdk/drivers/net/cnxk/cn20k_ethdev.h (revision ec380d45edaa00b5dc3c38d2a3432c6553ee3e30)
1 /* SPDX-License-Identifier: BSD-3-Clause
2  * Copyright(C) 2024 Marvell.
3  */
4 #ifndef __CN20K_ETHDEV_H__
5 #define __CN20K_ETHDEV_H__
6 
7 #include <cn20k_rxtx.h>
8 #include <cnxk_ethdev.h>
9 #include <cnxk_security.h>
10 
11 /* Rx and Tx routines */
12 void cn20k_eth_set_rx_function(struct rte_eth_dev *eth_dev);
13 void cn20k_eth_set_tx_function(struct rte_eth_dev *eth_dev);
14 
15 #endif /* __CN20K_ETHDEV_H__ */
16