81fd15a2ac
Register "dev_configure" API to configure/initialize the SDP VF PCIe devices. Signed-off-by: Mahipal Challa <mchalla@marvell.com> Reviewed-by: Gavin Hu <gavin.hu@arm.com>
11 lines
219 B
C
11 lines
219 B
C
/* SPDX-License-Identifier: BSD-3-Clause
|
|
* Copyright(C) 2019 Marvell International Ltd.
|
|
*/
|
|
#ifndef _OTX2_EP_VF_H_
|
|
#define _OTX2_EP_VF_H_
|
|
|
|
int
|
|
sdp_vf_setup_device(struct sdp_device *sdpvf);
|
|
|
|
#endif /*_OTX2_EP_VF_H_ */
|