]> git.sur5r.net Git - u-boot/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)
commit641599a63df258c3e3cb259c75cdada0cc009d56
tree0ef9af1717dde160cd5e4d63efb542359de08c45
parent414e2dbbf2725f6d7e929e3b4957b38ee46535c2
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