repo.or.cz
/
linux
/
fpc-iii.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
x86/mm/pat: Don't report PAT on CPUs that don't support it
[linux/fpc-iii.git]
/
drivers
/
net
/
phy
/
swphy.h
blob
2f09ac324e18ea3a9832a9bdc129b890a275a6a5
1
#ifndef SWPHY_H
2
#define SWPHY_H
3
4
struct
fixed_phy_status
;
5
6
int
swphy_validate_state
(
const struct
fixed_phy_status
*
state
);
7
int
swphy_read_reg
(
int
reg
,
const struct
fixed_phy_status
*
state
);
8
9
#endif