Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0 */
0002 #ifndef SWPHY_H
0003 #define SWPHY_H
0004 
0005 struct fixed_phy_status;
0006 
0007 int swphy_validate_state(const struct fixed_phy_status *state);
0008 int swphy_read_reg(int reg, const struct fixed_phy_status *state);
0009 
0010 #endif