summaryrefslogtreecommitdiffstats
path: root/u-boot/include/mii_phy.h
diff options
context:
space:
mode:
Diffstat (limited to 'u-boot/include/mii_phy.h')
-rw-r--r--u-boot/include/mii_phy.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/u-boot/include/mii_phy.h b/u-boot/include/mii_phy.h
new file mode 100644
index 0000000..f0d3e62
--- /dev/null
+++ b/u-boot/include/mii_phy.h
@@ -0,0 +1,8 @@
+#ifndef _MII_PHY_H_
+#define _MII_PHY_H_
+
+void mii_discover_phy(void);
+unsigned short mii_phy_read(unsigned short reg);
+void mii_phy_write(unsigned short reg, unsigned short val);
+
+#endif