repo.or.cz
/
cris-mirror.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
[cris-mirror.git]
/
drivers
/
net
/
phy
/
swphy.h
blob
3668ab8c901a77dc88728e51624f5bb8c18d7595
1
/* SPDX-License-Identifier: GPL-2.0 */
2
#ifndef SWPHY_H
3
#define SWPHY_H
4
5
struct
fixed_phy_status
;
6
7
int
swphy_validate_state
(
const struct
fixed_phy_status
*
state
);
8
int
swphy_read_reg
(
int
reg
,
const struct
fixed_phy_status
*
state
);
9
10
#endif