https://github.com/torvalds/linux
Raw File
Tip revision: 39cd87c4eb2b893354f3b850f916353f2658ae6f authored by Linus Torvalds on 31 March 2024, 21:32:39 UTC
Linux 6.9-rc2
Tip revision: 39cd87c
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