]> git.sur5r.net Git - u-boot/blobdiff - include/phy.h
omap4: increase SRAM budget to fix build error
[u-boot] / include / phy.h
index 2abd23bf2c9427f6f2860852667865c141c06ffc..d5817bf19f4b460be173389114f5fe94d7a4882b 100644 (file)
@@ -216,4 +216,14 @@ int gen10g_startup(struct phy_device *phydev);
 int gen10g_shutdown(struct phy_device *phydev);
 int gen10g_discover_mmds(struct phy_device *phydev);
 
+int phy_atheros_init(void);
+int phy_broadcom_init(void);
+int phy_davicom_init(void);
+int phy_lxt_init(void);
+int phy_marvell_init(void);
+int phy_micrel_init(void);
+int phy_natsemi_init(void);
+int phy_realtek_init(void);
+int phy_teranetics_init(void);
+int phy_vitesse_init(void);
 #endif