Greg Kroah-Hartman | b244131 | 2017-11-01 15:07:57 +0100 | [diff] [blame] | 1 | /* SPDX-License-Identifier: GPL-2.0 */ |
Russell King | 5ae68b0 | 2016-06-23 14:50:05 +0100 | [diff] [blame] | 2 | #ifndef SWPHY_H |
| 3 | #define SWPHY_H |
| 4 | |
| 5 | struct fixed_phy_status; |
| 6 | |
Russell King | 68888ce | 2016-06-23 14:50:15 +0100 | [diff] [blame] | 7 | int swphy_validate_state(const struct fixed_phy_status *state); |
Russell King | 37688e3 | 2016-06-23 14:50:20 +0100 | [diff] [blame] | 8 | int swphy_read_reg(int reg, const struct fixed_phy_status *state); |
Russell King | 5ae68b0 | 2016-06-23 14:50:05 +0100 | [diff] [blame] | 9 | |
| 10 | #endif |