summaryrefslogtreecommitdiff
path: root/net/dsa/netlink.h
blob: 7eda2fa1572220efc01ee50fc74837b096a63c7d (plain)
1
2
3
4
5
6
7
8
/* 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