https://github.com/torvalds/linux
Raw File
Tip revision: e67572cd2204894179d89bd7b984072f19313b03 authored by Linus Torvalds on 28 April 2024, 20:47:24 UTC
Linux 6.9-rc6
Tip revision: e67572c
netlink.h
/* SPDX-License-Identifier: GPL-2.0-or-later */

#ifndef __DSA_NETLINK_H
#define __DSA_NETLINK_H

extern struct rtnl_link_ops dsa_link_ops __read_mostly;

#endif
back to top