Merge branch 'generic-zpos-v8' of http://git.linaro.org/people/benjamin.gaignard...
[deliverable/linux.git] / drivers / net / phy / swphy.h
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
This page took 0.034554 seconds and 6 git commands to generate.