sdk-hwV1.3/lichee/linux-4.9/drivers/net/phy/swphy.h

10 lines
198 B
C
Raw Normal View History

2024-05-07 10:09:20 +00:00
#ifndef SWPHY_H
#define SWPHY_H
struct fixed_phy_status;
int swphy_validate_state(const struct fixed_phy_status *state);
int swphy_read_reg(int reg, const struct fixed_phy_status *state);
#endif