]> git.baikalelectronics.ru Git - uboot.git/commit
image.h: add forward declaration of struct fdt_region
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Wed, 21 Mar 2018 09:03:35 +0000 (18:03 +0900)
committerSimon Glass <sjg@chromium.org>
Sun, 1 Apr 2018 14:19:10 +0000 (22:19 +0800)
commit50f9fbf90653da205120bde9a3b8d983bd0e7297
tree0ef9af1717dde160cd5e4d63efb542359de08c45
parent0432d920a60dae7240893ad8d44f6ee209e3d1ed
image.h: add forward declaration of struct fdt_region

This header needs to know 'fdt_region' is a struct for the
fit_region_make_list() prototype.

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
include/image.h