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