1*4882a593Smuzhiyun /* SPDX-License-Identifier: GPL-2.0 */ 2*4882a593Smuzhiyun #ifndef SWPHY_H 3*4882a593Smuzhiyun #define SWPHY_H 4*4882a593Smuzhiyun 5*4882a593Smuzhiyun struct fixed_phy_status; 6*4882a593Smuzhiyun 7*4882a593Smuzhiyun int swphy_validate_state(const struct fixed_phy_status *state); 8*4882a593Smuzhiyun int swphy_read_reg(int reg, const struct fixed_phy_status *state); 9*4882a593Smuzhiyun 10*4882a593Smuzhiyun #endif 11