net/octeontx_ep: add ethdev probe and remove
[dpdk.git] / drivers / net / octeontx_ep / otx_ep_common.h
1 /* SPDX-License-Identifier: BSD-3-Clause
2  * Copyright(C) 2021 Marvell.
3  */
4 #ifndef _OTX_EP_COMMON_H_
5 #define _OTX_EP_COMMON_H_
6
7 /* OTX_EP EP VF device data structure */
8 struct otx_ep_device {
9         /* PCI device pointer */
10         struct rte_pci_device *pdev;
11
12         struct rte_eth_dev *eth_dev;
13 };
14 #endif  /* _OTX_EP_COMMON_H_ */