net/octeontx_ep: add Rx path
[dpdk.git] / drivers / net / octeontx_ep / otx2_ep_vf.h
1 /* SPDX-License-Identifier: BSD-3-Clause
2  * Copyright(C) 2021 Marvell.
3  */
4 #ifndef _OTX2_EP_VF_H_
5 #define _OTX2_EP_VF_H_
6
7 int
8 otx2_ep_vf_setup_device(struct otx_ep_device *sdpvf);
9
10 #endif /*_OTX2_EP_VF_H_ */
11