Files
Debian-9-Kernel/drivers/net/phy/swphy.h
T
2023-05-02 09:58:35 +02:00

10 lines
198 B
C

#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