]> git.sur5r.net Git - u-boot/blobdiff - include/_exports.h
dtoc: Add a way for tests to request the fallback library
[u-boot] / include / _exports.h
index 11beeb24f18327f87e5c73a30e24c4bb5c7bf1cb..158470532903cead95df93c8b26df36e3bcf8a56 100644 (file)
@@ -75,6 +75,7 @@
                    const char *, char **, unsigned int)
        EXPORT_FUNC(strcpy, char *, strcpy, char *dest, const char *src)
        EXPORT_FUNC(mdelay, void, mdelay, unsigned long msec)
+       EXPORT_FUNC(memset, void *, memset, void *, int, size_t)
 #ifdef CONFIG_PHY_AQUANTIA
        EXPORT_FUNC(mdio_get_current_dev, struct mii_dev *,
                    mdio_get_current_dev, void)