]> git.baikalelectronics.ru Git - uboot.git/commit
malloc: Export malloc_simple_info()
authorSimon Glass <sjg@chromium.org>
Mon, 15 Mar 2021 05:11:19 +0000 (18:11 +1300)
committerSimon Glass <sjg@chromium.org>
Sat, 27 Mar 2021 02:04:31 +0000 (15:04 +1300)
commit06cfae26df2384428b9231aa134ca6a015c6bc2a
tree566f4804f2fd12f1691aeaec390e78d32977e794
parent907699439fdea79791b05fc60835d26ef0ab93d7
malloc: Export malloc_simple_info()

Export this function always so it can be used behind IS_ENABLED() instead
of requiring an #ifdef.

Signed-off-by: Simon Glass <sjg@chromium.org>
include/malloc.h