git.droids-corp.org
/
dpdk.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
net/bnxt: add initial TruFlow core session close
[dpdk.git]
/
drivers
/
raw
/
octeontx2_ep
/
otx2_ep_vf.h
1
/* SPDX-License-Identifier: BSD-3-Clause
2
* Copyright(C) 2019 Marvell International Ltd.
3
*/
4
#ifndef _OTX2_EP_VF_H_
5
#define _OTX2_EP_VF_H_
6
7
int
8
sdp_vf_setup_device(struct sdp_device *sdpvf);
9
10
#endif /*_OTX2_EP_VF_H_ */