summaryrefslogblamecommitdiffstats
path: root/drivers/net/phy/swphy.h
blob: 33d2e061896ee1b3e73b951c9af56316414625ad (plain) (tree)
1
2
3
4
5
6
7
8
9




                        

                                                                        

      
#ifndef SWPHY_H
#define SWPHY_H

struct fixed_phy_status;

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

#endif