New upstream version 18.11-rc1
[deb_dpdk.git] / 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_ */