aboutsummaryrefslogtreecommitdiff
path: root/init/init_shared.h
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2003-07-22 09:41:39 +0000
committerEric Andersen <andersen@codepoet.org>2003-07-22 09:41:39 +0000
commit0246222351a8787e2e726c2526d795440893859c (patch)
treea254319c3697e8f1493373cd1148a6aa1e74a6a6 /init/init_shared.h
parent85e5e72bc1acd9d58c11bde6e14c8270cd9f169f (diff)
downloadbusybox-0246222351a8787e2e726c2526d795440893859c.tar.gz
Support reboot, halt, and poweroff independent of busybox init.
Simplify and fixup some logic. -Erik
Diffstat (limited to 'init/init_shared.h')
-rw-r--r--init/init_shared.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/init/init_shared.h b/init/init_shared.h
index d10a1bd3b..1e4cfac98 100644
--- a/init/init_shared.h
+++ b/init/init_shared.h
@@ -1 +1,3 @@
extern int kill_init(int sig);
+extern int bb_shutdown_system(unsigned long magic);
+