cachepc-linux

Fork of AMDESE/linux with modifications for CachePC side-channel attack
git clone https://git.sinitax.com/sinitax/cachepc-linux
Log | Files | Refs | README | LICENSE | sfeed.txt

ice_pf_vsi_vlan_ops.h (293B)


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