aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ixgbe/base/ixgbe_hv_vf.h
blob: 9664f3bdbf0c6d4e0803ec759245e8c86e0589ec (plain)
1
2
3
4
5
6
7
8
9
10
11
12
/* SPDX-License-Identifier: BSD-3-Clause
 * Copyright(c) 2001-2018
 */

#ifndef _IXGBE_HV_VF_H_
#define _IXGBE_HV_VF_H_

#include "ixgbe_type.h"

s32 ixgbevf_hv_init_ops_vf(struct ixgbe_hw *hw);

#endif /* _IXGBE_HV_VF_H_ */