dpdk/drivers/raw/octeontx2_ep/otx2_ep_vf.h
<<
>>
Prefs
   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
   7int
   8sdp_vf_setup_device(struct sdp_device *sdpvf);
   9
  10#endif /*_OTX2_EP_VF_H_ */
  11