Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
at v4.11 9 lines 198 B view raw
1#ifndef SWPHY_H 2#define SWPHY_H 3 4struct fixed_phy_status; 5 6int swphy_validate_state(const struct fixed_phy_status *state); 7int swphy_read_reg(int reg, const struct fixed_phy_status *state); 8 9#endif