Sign in
cos
/
third_party
/
kernel
/
791f4c8fa4649670d70587cf60248cd892be9410
/
.
/
include
/
linux
/
dsa
/
mv88e6xxx.h
blob: 8c3d45eca46bdbc8836af3211df2c0b85d9f8230 [
file
]
/* SPDX-License-Identifier: GPL-2.0
* Copyright 2021 NXP
*/
#ifndef
_NET_DSA_TAG_MV88E6XXX_H
#define
_NET_DSA_TAG_MV88E6XXX_H
#include
<linux/if_vlan.h>
#define
MV88E6XXX_VID_STANDALONE
0
#define
MV88E6XXX_VID_BRIDGED
(
VLAN_N_VID
-
1
)
#endif