]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - include/_exports.h
Merge branch 'tx53-bugfix'
[karo-tx-uboot.git] / include / _exports.h
index 279017e87f6fd0a2d568af05345000ddd7045d7f..74a882a680eea36404e1e1190c17437dc1f9a5a9 100644 (file)
                    const char *, char **, unsigned int)
        EXPORT_FUNC(ustrtoull, unsigned long long, ustrtoull,
                    const char *, char **, unsigned int)
+       EXPORT_FUNC(strcpy, char *, strcpy, char *dest, const char *src)
+       EXPORT_FUNC(mdelay, void, mdelay, unsigned long msec)
+#ifdef CONFIG_PHY_AQUANTIA
+       EXPORT_FUNC(mdio_get_current_dev, struct mii_dev *,
+                   mdio_get_current_dev, void)
+       EXPORT_FUNC(phy_find_by_mask, struct phy_device *, phy_find_by_mask,
+                   struct mii_dev *bus, unsigned phy_mask,
+                   phy_interface_t interface)
+       EXPORT_FUNC(mdio_phydev_for_ethname, struct phy_device *,
+                   mdio_phydev_for_ethname, const char *ethname)
+       EXPORT_FUNC(miiphy_set_current_dev, int, miiphy_set_current_dev,
+                   const char *devname)
+#endif