summaryrefslogtreecommitdiff
path: root/include/_exports.h
diff options
context:
space:
mode:
authorShaohui Xie <Shaohui.Xie@nxp.com>2016-09-07 09:56:07 (GMT)
committerYork Sun <york.sun@nxp.com>2016-09-14 21:09:50 (GMT)
commit9578c4273d4b9d24403bf4e03d7729f381527cd8 (patch)
tree905d7224216b94ac65a97f0ab872e7067ed8fe0f /include/_exports.h
parent2f0dcf2dfaca94b7a178b80ef43926f90ff1054c (diff)
downloadu-boot-fsl-qoriq-9578c4273d4b9d24403bf4e03d7729f381527cd8.tar.xz
Export memset for standalone AQ FW load apps
The 'commit 95279315076c ("board/ls2085rdb: Export functions for standalone AQ FW load apps")' mentioned memset was exported but it was not, this patch exports the memset. Signed-off-by: Shaohui Xie <Shaohui.Xie@nxp.com> Signed-off-by: Gong Qianyu <Qianyu.Gong@nxp.com> Reviewed-by: York Sun <york.sun@nxp.com>
Diffstat (limited to 'include/_exports.h')
-rw-r--r--include/_exports.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/_exports.h b/include/_exports.h
index 11beeb2..1584705 100644
--- a/include/_exports.h
+++ b/include/_exports.h
@@ -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)