xref: /linux/drivers/net/phy/realtek/realtek.h (revision 2ee738e90e80850582cbe10f34c6447965c1d87b)
1 /* SPDX-License-Identifier: GPL-2.0 */
2 
3 #ifndef REALTEK_H
4 #define REALTEK_H
5 
6 #include <linux/phy.h>
7 
8 int rtl822x_hwmon_init(struct phy_device *phydev);
9 
10 #endif /* REALTEK_H */
11