Zephyr API Documentation 4.2.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
dsa_tag_proto.h
Go to the documentation of this file.
1/*
2 * Copyright 2025 NXP
3 * SPDX-License-Identifier: Apache-2.0
4 */
5
6#ifndef ZEPHYR_INCLUDE_DT_BINDINGS_DSA_TAG_PROTO_H_
7#define ZEPHYR_INCLUDE_DT_BINDINGS_DSA_TAG_PROTO_H_
8
9/* No switch tag protocol supported */
10#define DSA_TAG_PROTO_NOTAG 0
11/* NXP NETC switch tag protocol */
12#define DSA_TAG_PROTO_NETC 1
13
14#endif /* ZEPHYR_INCLUDE_DT_BINDINGS_DSA_TAG_PROTO_H_ */