License cleanup: add SPDX GPL-2.0 license identifier to files with no license
[linux-2.6-block.git] / drivers / net / phy / swphy.h
CommitLineData
b2441318 1/* SPDX-License-Identifier: GPL-2.0 */
5ae68b0c
RK
2#ifndef SWPHY_H
3#define SWPHY_H
4
5struct fixed_phy_status;
6
68888ce0 7int swphy_validate_state(const struct fixed_phy_status *state);
37688e3f 8int swphy_read_reg(int reg, const struct fixed_phy_status *state);
5ae68b0c
RK
9
10#endif