/* SPDX-License-Identifier: GPL-2.0 */ /* Copyright (c) 2023, Intel Corporation. */ #ifndef _ICE_SF_VSI_VLAN_OPS_H_ #define _ICE_SF_VSI_VLAN_OPS_H_ #include "ice_vsi_vlan_ops.h" struct ice_vsi; void ice_sf_vsi_init_vlan_ops(struct ice_vsi *vsi); #endif /* _ICE_SF_VSI_VLAN_OPS_H_ */