Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
[cris-mirror.git] / drivers / net / phy / swphy.h
blob2f09ac324e18ea3a9832a9bdc129b890a275a6a5
1 #ifndef SWPHY_H
2 #define SWPHY_H
4 struct fixed_phy_status;
6 int swphy_validate_state(const struct fixed_phy_status *state);
7 int swphy_read_reg(int reg, const struct fixed_phy_status *state);
9 #endif