summaryrefslogtreecommitdiffstats
path: root/include/image.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/image.h')
-rw-r--r--include/image.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/image.h b/include/image.h
index 0c72eabd10..5bea4efba0 100644
--- a/include/image.h
+++ b/include/image.h
@@ -182,6 +182,7 @@ typedef struct image_header {
/* common/cmd_bootm.c */
void print_image_hdr (image_header_t *hdr);
-extern image_header_t header;
+
+image_header_t *map_image(const char *filename, int verify);
#endif /* __IMAGE_H__ */