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

mv88e6xxx.h (249B)


      1/* SPDX-License-Identifier: GPL-2.0
      2 * Copyright 2021 NXP
      3 */
      4
      5#ifndef _NET_DSA_TAG_MV88E6XXX_H
      6#define _NET_DSA_TAG_MV88E6XXX_H
      7
      8#include <linux/if_vlan.h>
      9
     10#define MV88E6XXX_VID_STANDALONE	0
     11#define MV88E6XXX_VID_BRIDGED		(VLAN_N_VID - 1)
     12
     13#endif