18c2ecf20Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0 */ 28c2ecf20Sopenharmony_ci#ifndef SWPHY_H 38c2ecf20Sopenharmony_ci#define SWPHY_H 48c2ecf20Sopenharmony_ci 58c2ecf20Sopenharmony_cistruct fixed_phy_status; 68c2ecf20Sopenharmony_ci 78c2ecf20Sopenharmony_ciint swphy_validate_state(const struct fixed_phy_status *state); 88c2ecf20Sopenharmony_ciint swphy_read_reg(int reg, const struct fixed_phy_status *state); 98c2ecf20Sopenharmony_ci 108c2ecf20Sopenharmony_ci#endif 11