projects
/
platform
/
kernel
/
linux-rpi.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-arm
[platform/kernel/linux-rpi.git]
/
include
/
linux
/
dsa
/
mv88e6xxx.h
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