numam-dpdk/drivers/net/ixgbe/base/ixgbe_hv_vf.h
Xiaoyun Li e071d4af8f net/ixgbe/base: update copyright
Clarify Intel copyright and update the date to 2020.

Fixes: 9db3087f4f77 ("net/ixgbe/base: update the license")
Cc: stable@dpdk.org

Signed-off-by: Xiaoyun Li <xiaoyun.li@intel.com>
Reviewed-by: Ferruh Yigit <ferruh.yigit@intel.com>
2020-05-18 20:35:57 +02:00

13 lines
243 B
C

/* SPDX-License-Identifier: BSD-3-Clause
* Copyright(c) 2001-2020 Intel Corporation
*/
#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_ */