summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2010-03-30 10:31:15 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2010-03-30 14:15:03 +0200
commitedf4e51a8239b111bf89280ef4ab59e6a1094213 (patch)
tree200aa95147f8ac0fc904124aaa576c737091b4b8 /include
parente723f79cb7d35b56bc8b5bcb16a5818ec3e20ef0 (diff)
downloadbarebox-edf4e51a8239b111bf89280ef4ab59e6a1094213.tar.gz
barebox-edf4e51a8239b111bf89280ef4ab59e6a1094213.tar.xz
introduce a arch_shutdown call and call it from shutdown_barebox
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'include')
-rw-r--r--include/common.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/common.h b/include/common.h
index fb1400c63b..d8130b50ad 100644
--- a/include/common.h
+++ b/include/common.h
@@ -135,6 +135,7 @@ void start_barebox(void);
void shutdown_barebox(void);
int arch_execute(void *, int argc, char *argv[]);
+void arch_shutdown(void);
int run_shell(void);