1 /* 2 * Copyright 2025 NXP 3 * 4 * SPDX-License-Identifier: Apache-2.0 5 */ 6 #ifndef ZEPHYR_SUBSYS_DSA_TAG_NETC_H_ 7 #define ZEPHYR_SUBSYS_DSA_TAG_NETC_H_ 8 9 struct net_if *dsa_tag_netc_recv(struct net_if *iface, struct net_pkt *pkt); 10 struct net_pkt *dsa_tag_netc_xmit(struct net_if *iface, struct net_pkt *pkt); 11 #endif /* ZEPHYR_SUBSYS_DSA_TAG_NETC_H_ */ 12