common.h (6f84981772535e670e4e2df051a672af229b6694) | common.h (04692c9020b76939715d6f2b4ff84d832246e0fc) |
---|---|
1/* SPDX-License-Identifier: GPL-2.0-only */ 2 3#ifndef _ETHTOOL_COMMON_H 4#define _ETHTOOL_COMMON_H 5 6#include <linux/netdevice.h> 7#include <linux/ethtool.h> 8 --- 40 unchanged lines hidden (view full) --- 49extern const struct ethtool_phy_ops *ethtool_phy_ops; 50extern const struct ethtool_pse_ops *ethtool_pse_ops; 51 52int ethtool_get_module_info_call(struct net_device *dev, 53 struct ethtool_modinfo *modinfo); 54int ethtool_get_module_eeprom_call(struct net_device *dev, 55 struct ethtool_eeprom *ee, u8 *data); 56 | 1/* SPDX-License-Identifier: GPL-2.0-only */ 2 3#ifndef _ETHTOOL_COMMON_H 4#define _ETHTOOL_COMMON_H 5 6#include <linux/netdevice.h> 7#include <linux/ethtool.h> 8 --- 40 unchanged lines hidden (view full) --- 49extern const struct ethtool_phy_ops *ethtool_phy_ops; 50extern const struct ethtool_pse_ops *ethtool_pse_ops; 51 52int ethtool_get_module_info_call(struct net_device *dev, 53 struct ethtool_modinfo *modinfo); 54int ethtool_get_module_eeprom_call(struct net_device *dev, 55 struct ethtool_eeprom *ee, u8 *data); 56 |
57bool __ethtool_dev_mm_supported(struct net_device *dev); 58 |
|
57#endif /* _ETHTOOL_COMMON_H */ | 59#endif /* _ETHTOOL_COMMON_H */ |