diff options
Diffstat (limited to 'sys/dev/ice/ice_vlan_mode.h')
-rw-r--r-- | sys/dev/ice/ice_vlan_mode.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/ice/ice_vlan_mode.h b/sys/dev/ice/ice_vlan_mode.h index 8b1a56c98a3d..14d132775e3a 100644 --- a/sys/dev/ice/ice_vlan_mode.h +++ b/sys/dev/ice/ice_vlan_mode.h @@ -37,7 +37,7 @@ struct ice_hw; bool ice_is_dvm_ena(struct ice_hw *hw); -enum ice_status ice_set_vlan_mode(struct ice_hw *hw); +int ice_set_vlan_mode(struct ice_hw *hw); void ice_post_pkg_dwnld_vlan_mode_cfg(struct ice_hw *hw); #endif /* _ICE_VLAN_MODE_H */ |