blob: 2f09ac324e18ea3a9832a9bdc129b890a275a6a5 [file] [log] [blame]
Russell King5ae68b02016-06-23 14:50:05 +01001#ifndef SWPHY_H
2#define SWPHY_H
3
4struct fixed_phy_status;
5
Russell King68888ce2016-06-23 14:50:15 +01006int swphy_validate_state(const struct fixed_phy_status *state);
Russell King37688e32016-06-23 14:50:20 +01007int swphy_read_reg(int reg, const struct fixed_phy_status *state);
Russell King5ae68b02016-06-23 14:50:05 +01008
9#endif