]> git.proxmox.com Git - ceph.git/blob - ceph/src/spdk/dpdk/drivers/net/ixgbe/base/ixgbe_hv_vf.h
import 15.2.0 Octopus source
[ceph.git] / ceph / src / spdk / dpdk / drivers / net / ixgbe / base / ixgbe_hv_vf.h
1 /* SPDX-License-Identifier: BSD-3-Clause
2 * Copyright(c) 2001-2018
3 */
4
5 #ifndef _IXGBE_HV_VF_H_
6 #define _IXGBE_HV_VF_H_
7
8 #include "ixgbe_type.h"
9
10 s32 ixgbevf_hv_init_ops_vf(struct ixgbe_hw *hw);
11
12 #endif /* _IXGBE_HV_VF_H_ */