blob: fe964722e5b03586eae87b93a7a7979e4b230de0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
/* SPDX-License-Identifier: GPL-2.0
*
* Copyright 2025-2026 NXP
*/
#ifndef __NET_DSA_TAG_NETC_H
#define __NET_DSA_TAG_NETC_H
#include <linux/skbuff.h>
#include <net/dsa.h>
#define NETC_TAG_MAX_LEN 14
#endif
|