blob: 3668ab8c901a77dc88728e51624f5bb8c18d7595 [file] [log] [blame]
Greg Kroah-Hartmanb2441312017-11-01 15:07:57 +01001/* SPDX-License-Identifier: GPL-2.0 */
Russell King5ae68b02016-06-23 14:50:05 +01002#ifndef SWPHY_H
3#define SWPHY_H
4
5struct fixed_phy_status;
6
Russell King68888ce2016-06-23 14:50:15 +01007int swphy_validate_state(const struct fixed_phy_status *state);
Russell King37688e32016-06-23 14:50:20 +01008int swphy_read_reg(int reg, const struct fixed_phy_status *state);
Russell King5ae68b02016-06-23 14:50:05 +01009
10#endif