]> Git Repo - linux.git/blob - drivers/net/phy/aquantia.h
ASoC: simple-card: Use snd_soc_of_parse_aux_devs()
[linux.git] / drivers / net / phy / aquantia.h
1 /* SPDX-License-Identifier: GPL-2.0 */
2 /* HWMON driver for Aquantia PHY
3  *
4  * Author: Nikita Yushchenko <[email protected]>
5  * Author: Andrew Lunn <[email protected]>
6  * Author: Heiner Kallweit <[email protected]>
7  */
8
9 #include <linux/device.h>
10 #include <linux/phy.h>
11
12 #if IS_REACHABLE(CONFIG_HWMON)
13 int aqr_hwmon_probe(struct phy_device *phydev);
14 #else
15 static inline int aqr_hwmon_probe(struct phy_device *phydev) { return 0; }
16 #endif
This page took 0.032569 seconds and 4 git commands to generate.