f-stack/dpdk/drivers/net/ixgbe/base/ixgbe_hv_vf.h

13 lines
243 B
C
Raw Normal View History

2019-06-25 11:12:58 +00:00
/* SPDX-License-Identifier: BSD-3-Clause
2021-01-28 17:08:59 +00:00
* Copyright(c) 2001-2020 Intel Corporation
2019-06-25 11:12:58 +00:00
*/
#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_ */