summaryrefslogtreecommitdiff
path: root/include/phy.h
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2021-01-27 11:30:31 -0500
committerTom Rini <trini@konsulko.com>2021-01-27 11:30:31 -0500
commite6738b56e6799a67c0286fcceff9a7db7c006c7b (patch)
treeaf66b7757762118e90e593f74da1ddcb4aef1610 /include/phy.h
parente262b2973e22174da666038514d17f0f7171466b (diff)
parent69076dff2284ed099cc0583e5e64bd8012d1ab5c (diff)
Merge branch '2021-01-27-assorted-net-updates'
- e1000 fixes for MIPS - netconsole and ping fix - cortina_ni driver - micrel PHY fix - Add fdtoverlays keyword to extlinux file parsing
Diffstat (limited to 'include/phy.h')
-rw-r--r--include/phy.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/phy.h b/include/phy.h
index cbdb10d6fce..7750efd8bb5 100644
--- a/include/phy.h
+++ b/include/phy.h
@@ -493,6 +493,7 @@ int phy_aquantia_init(void);
int phy_atheros_init(void);
int phy_broadcom_init(void);
int phy_cortina_init(void);
+int phy_cortina_access_init(void);
int phy_davicom_init(void);
int phy_et1011c_init(void);
int phy_lxt_init(void);