Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

at v6.4 13 lines 249 B view raw
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