Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
at v5.18 10 lines 237 B view raw
1/* SPDX-License-Identifier: GPL-2.0 */ 2#ifndef SWPHY_H 3#define SWPHY_H 4 5struct fixed_phy_status; 6 7int swphy_validate_state(const struct fixed_phy_status *state); 8int swphy_read_reg(int reg, const struct fixed_phy_status *state); 9 10#endif