]> git.baikalelectronics.ru Git - uboot.git/commit
lib: addr_map: Move address_map[] type to the header file
authorBin Meng <bmeng.cn@gmail.com>
Thu, 25 Feb 2021 09:22:33 +0000 (17:22 +0800)
committerPriyanka Jain <priyanka.jain@nxp.com>
Fri, 5 Mar 2021 04:55:43 +0000 (10:25 +0530)
commit08533c8343c1f2344237f2819939df078c3d7a84
tree98a15ac92a8555eacefb3115126ce0646aafecef
parent28ae8da17563b16076bf1c060bc3d6cf476b4a59
lib: addr_map: Move address_map[] type to the header file

At present address_map[] is static and its type is unknown to external
modules. In preparation to create a command to list its contents, this
patch moves its type definition and declaration to the header file.

Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Priyanka Jain <priyanka.jain@nxp.com>
include/addr_map.h
lib/addr_map.c