2016-06-23 13:50:05 +00:00
|
|
|
#ifndef SWPHY_H
|
|
|
|
#define SWPHY_H
|
|
|
|
|
|
|
|
struct fixed_phy_status;
|
|
|
|
|
2016-06-23 13:50:15 +00:00
|
|
|
int swphy_validate_state(const struct fixed_phy_status *state);
|
2016-06-23 13:50:20 +00:00
|
|
|
int swphy_read_reg(int reg, const struct fixed_phy_status *state);
|
2016-06-23 13:50:05 +00:00
|
|
|
|
|
|
|
#endif
|