summaryrefslogtreecommitdiffstats
path: root/include/common.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/common.h')
-rw-r--r--include/common.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/include/common.h b/include/common.h
index 981a3a5d12..f95c8f1b03 100644
--- a/include/common.h
+++ b/include/common.h
@@ -164,6 +164,8 @@ int parse_area_spec(const char *str, ulong *start, ulong *size);
/* Just like simple_strtoul(), but this one honors a K/M/G suffix */
unsigned long strtoul_suffix(const char *str, char **endp, int base);
-extern void start_uboot(void);
+void start_uboot(void);
+
+int arch_execute(unsigned long address, int argc, char *argv[]);
#endif /* __COMMON_H_ */