diff options
Diffstat (limited to 'include/linux/mdio.h')
-rw-r--r-- | include/linux/mdio.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/linux/mdio.h b/include/linux/mdio.h index ba41537eaa8a..5645c0f863dc 100644 --- a/include/linux/mdio.h +++ b/include/linux/mdio.h | |||
@@ -279,6 +279,9 @@ extern int mdio45_nway_restart(const struct mdio_if_info *mdio); | |||
279 | extern void mdio45_ethtool_gset_npage(const struct mdio_if_info *mdio, | 279 | extern void mdio45_ethtool_gset_npage(const struct mdio_if_info *mdio, |
280 | struct ethtool_cmd *ecmd, | 280 | struct ethtool_cmd *ecmd, |
281 | u32 npage_adv, u32 npage_lpa); | 281 | u32 npage_adv, u32 npage_lpa); |
282 | extern void | ||
283 | mdio45_ethtool_spauseparam_an(const struct mdio_if_info *mdio, | ||
284 | const struct ethtool_pauseparam *ecmd); | ||
282 | 285 | ||
283 | /** | 286 | /** |
284 | * mdio45_ethtool_gset - get settings for ETHTOOL_GSET | 287 | * mdio45_ethtool_gset - get settings for ETHTOOL_GSET |