numam-dpdk/drivers/net/ixgbe/base/ixgbe_hv_vf.h
Xiaoyun Li 9db3087f4f net/ixgbe/base: update the license
Update the GPL and BSD license headers to use the SPDX License
Identifier instead.

Signed-off-by: Xiaoyun Li <xiaoyun.li@intel.com>
Acked-by: Qi Zhang <qi.z.zhang@intel.com>
2018-09-28 01:41:01 +02:00

13 lines
225 B
C

/* 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_ */