]> Git Repo - linux.git/blob - drivers/net/phy/swphy.h
Merge tag 'drm-next-2021-07-08-1' of git://anongit.freedesktop.org/drm/drm
[linux.git] / drivers / net / phy / swphy.h
1 /* SPDX-License-Identifier: GPL-2.0 */
2 #ifndef SWPHY_H
3 #define SWPHY_H
4
5 struct fixed_phy_status;
6
7 int swphy_validate_state(const struct fixed_phy_status *state);
8 int swphy_read_reg(int reg, const struct fixed_phy_status *state);
9
10 #endif
This page took 0.034466 seconds and 4 git commands to generate.