summaryrefslogtreecommitdiff
path: root/include/mii_phy.h
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2023-07-10 21:29:14 +0300
committerTom Rini <trini@konsulko.com>2023-07-10 21:29:14 +0300
commit146a82c017d51eb2c3b8be33854f200f1e52a1cb (patch)
treec2bb134d105bcc9855e6c39ac5b422e5416735ff /include/mii_phy.h
parent05aa6516c6bb419d01d69fac457c0de563bfd694 (diff)
parent76c61f29d63163d178b1584ecc9fc2c96c538ff0 (diff)
downloadu-boot-146a82c017d51eb2c3b8be33854f200f1e52a1cb.tar.xz
Merge branch 'next'
Diffstat (limited to 'include/mii_phy.h')
-rw-r--r--include/mii_phy.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/include/mii_phy.h b/include/mii_phy.h
deleted file mode 100644
index f0d3e62823..0000000000
--- a/include/mii_phy.h
+++ /dev/null
@@ -1,8 +0,0 @@
-#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