aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/phy/swphy.h
blob: feaa38ff86a289d556e1f74670707bd5bacc7c3d (plain) (blame)
1
2
3
4
5
6
7
8
#ifndef SWPHY_H
#define SWPHY_H

struct fixed_phy_status;

int swphy_update_regs(u16 *regs, const struct fixed_phy_status *state);

#endif