]> git.karo-electronics.de Git - karo-tx-uboot.git/blobdiff - include/_exports.h
arm64: add support for Ka-Ro TXSD-410E
[karo-tx-uboot.git] / include / _exports.h
index 74a882a680eea36404e1e1190c17437dc1f9a5a9..158470532903cead95df93c8b26df36e3bcf8a56 100644 (file)
@@ -23,7 +23,7 @@
        EXPORT_FUNC(dummy, void, free_hdlr, void)
 #endif
        EXPORT_FUNC(malloc, void *, malloc, size_t)
-#ifndef CONFIG_SYS_MALLOC_SIMPLE
+#if !CONFIG_IS_ENABLED(SYS_MALLOC_SIMPLE)
        EXPORT_FUNC(free, void, free, void *)
 #endif
        EXPORT_FUNC(udelay, void, udelay, unsigned long)
@@ -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)