summaryrefslogtreecommitdiffstats
path: root/include/boot.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/boot.h')
-rw-r--r--include/boot.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/include/boot.h b/include/boot.h
index 889773bc2c..6fc7b05b60 100644
--- a/include/boot.h
+++ b/include/boot.h
@@ -1,11 +1,13 @@
#ifndef __BOOT_H
#define __BOOT_H
+#include <image.h>
+
#ifdef CONFIG_OF_FLAT_TREE
-int do_bootm_linux(struct image_handle *os, struct image_handle *initrd,
+extern int do_bootm_linux(struct image_handle *os, struct image_handle *initrd,
const char *oftree);
#else
-int do_bootm_linux(struct image_handle *os, struct image_handle *initrd);
+extern int do_bootm_linux(struct image_handle *os, struct image_handle *initrd);
#endif
#endif /* __BOOT_H */