aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/ice/ice_pf_vsi_vlan_ops.h
blob: 6741ec8c5f6b381f7740a4c250fee734a8713a74 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
/* SPDX-License-Identifier: GPL-2.0 */
/* Copyright (C) 2019-2021, Intel Corporation. */

#ifndef _ICE_PF_VSI_VLAN_OPS_H_
#define _ICE_PF_VSI_VLAN_OPS_H_

#include "ice_vsi_vlan_ops.h"

struct ice_vsi;

void ice_pf_vsi_init_vlan_ops(struct ice_vsi *vsi);

#endif /* _ICE_PF_VSI_VLAN_OPS_H_ */