Merge branch 'linux-5.7' of git://github.com/skeggsb/linux into drm-fixes
[linux-2.6-microblaze.git] / include / linux / ethtool_netlink.h
1 /* SPDX-License-Identifier: GPL-2.0-only */
2
3 #ifndef _LINUX_ETHTOOL_NETLINK_H_
4 #define _LINUX_ETHTOOL_NETLINK_H_
5
6 #include <uapi/linux/ethtool_netlink.h>
7 #include <linux/ethtool.h>
8 #include <linux/netdevice.h>
9
10 #define __ETHTOOL_LINK_MODE_MASK_NWORDS \
11         DIV_ROUND_UP(__ETHTOOL_LINK_MODE_MASK_NBITS, 32)
12
13 enum ethtool_multicast_groups {
14         ETHNL_MCGRP_MONITOR,
15 };
16
17 #endif /* _LINUX_ETHTOOL_NETLINK_H_ */