xref: /linux/drivers/net/phy/swphy.h (revision a4cc96d1f0170b779c32c6b2cc58764f5d2cdef0)
1 #ifndef SWPHY_H
2 #define SWPHY_H
3 
4 struct fixed_phy_status;
5 
6 int swphy_validate_state(const struct fixed_phy_status *state);
7 int swphy_read_reg(int reg, const struct fixed_phy_status *state);
8 
9 #endif
10