mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2025-01-11 00:04:33 +08:00
9 lines
139 B
C
9 lines
139 B
C
|
#ifndef SWPHY_H
|
||
|
#define SWPHY_H
|
||
|
|
||
|
struct fixed_phy_status;
|
||
|
|
||
|
int swphy_update_regs(u16 *regs, const struct fixed_phy_status *state);
|
||
|
|
||
|
#endif
|