net/ice: build on Windows
[dpdk.git] / drivers / net / ice / base / ice_vlan_mode.h
1 /* SPDX-License-Identifier: BSD-3-Clause
2  * Copyright(c) 2001-2021 Intel Corporation
3  */
4
5 #ifndef _ICE_VLAN_MODE_H_
6 #define _ICE_VLAN_MODE_H_
7
8 #include "ice_osdep.h"
9 #include "ice_status.h"
10
11 struct ice_hw;
12
13 bool ice_is_dvm_ena(struct ice_hw *hw);
14 void ice_cache_vlan_mode(struct ice_hw *hw);
15 enum ice_status ice_set_vlan_mode(struct ice_hw *hw);
16
17 #endif /* _ICE_VLAN_MODE_H */