dashboard
repositories
activity
search
login
lzh
/
A133
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
fix(pmu): temporary solution to the problem of abnormal battery status
lin
2025-02-18
59b6413ea46963124667e54dd4348d204bcf94d5
[~lzh/A133.git]
/
longan
/
kernel
/
linux-4.9
/
drivers
/
net
/
phy
/
swphy.h
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);
int swphy_read_reg(int reg, const struct fixed_phy_status *state);
#endif