summaryrefslogtreecommitdiffstats
path: root/include/common.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/common.h')
-rw-r--r--include/common.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/common.h b/include/common.h
index f95c8f1b03..f786fe9b86 100644
--- a/include/common.h
+++ b/include/common.h
@@ -168,4 +168,6 @@ void start_uboot(void);
int arch_execute(unsigned long address, int argc, char *argv[]);
+int run_shell(void);
+
#endif /* __COMMON_H_ */