summaryrefslogtreecommitdiff
path: root/include/net/netdev_netlink.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/net/netdev_netlink.h')
-rw-r--r--include/net/netdev_netlink.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/include/net/netdev_netlink.h b/include/net/netdev_netlink.h
new file mode 100644
index 000000000000..075962dbe743
--- /dev/null
+++ b/include/net/netdev_netlink.h
@@ -0,0 +1,12 @@
+/* SPDX-License-Identifier: GPL-2.0 */
+#ifndef __NET_NETDEV_NETLINK_H
+#define __NET_NETDEV_NETLINK_H
+
+#include <linux/list.h>
+
+struct netdev_nl_sock {
+ struct mutex lock;
+ struct list_head bindings;
+};
+
+#endif /* __NET_NETDEV_NETLINK_H */