9db3087f4f
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>
13 lines
225 B
C
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_ */
|