Skip to content
Snippets Groups Projects
Commit 641599a6 authored by Masahiro Yamada's avatar Masahiro Yamada Committed by Simon Glass
Browse files

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: default avatarMasahiro Yamada <yamada.masahiro@socionext.com>
Reviewed-by: default avatarSimon Glass <sjg@chromium.org>
parent 414e2dbb
No related branches found
No related tags found
No related merge requests found
...@@ -21,6 +21,7 @@ ...@@ -21,6 +21,7 @@
/* Define this to avoid #ifdefs later on */ /* Define this to avoid #ifdefs later on */
struct lmb; struct lmb;
struct fdt_region;
#ifdef USE_HOSTCC #ifdef USE_HOSTCC
#include <sys/types.h> #include <sys/types.h>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment