1*c31af68aSBrett Creeley /* SPDX-License-Identifier: GPL-2.0 */
2*c31af68aSBrett Creeley /* Copyright (C) 2019-2021, Intel Corporation. */
3*c31af68aSBrett Creeley 
4*c31af68aSBrett Creeley #ifndef _ICE_PF_VSI_VLAN_OPS_H_
5*c31af68aSBrett Creeley #define _ICE_PF_VSI_VLAN_OPS_H_
6*c31af68aSBrett Creeley 
7*c31af68aSBrett Creeley #include "ice_vsi_vlan_ops.h"
8*c31af68aSBrett Creeley 
9*c31af68aSBrett Creeley struct ice_vsi;
10*c31af68aSBrett Creeley 
11*c31af68aSBrett Creeley void ice_pf_vsi_init_vlan_ops(struct ice_vsi *vsi);
12*c31af68aSBrett Creeley 
13*c31af68aSBrett Creeley #endif /* _ICE_PF_VSI_VLAN_OPS_H_ */
14