projects
/
J-u-boot.git
/ blame
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blob
|
blame
(incremental) |
history
|
HEAD
Clean up the TQM8xx_YYMHz configurations; allow to use the same
[J-u-boot.git]
/
include
/
mii_phy.h
Commit
Line
Data
b631bb9c
WD
1
#ifndef _MII_PHY_H_
2
#define _MII_PHY_H_
3
4
void mii_discover_phy(void);
5
unsigned short mii_phy_read(unsigned short reg);
6
void mii_phy_write(unsigned short reg, unsigned short val);
7
8
#endif
This page took
0.055376 seconds
and
4
git commands to generate.