diff options
author | Eric Andersen <andersen@codepoet.org> | 2003-07-22 09:41:39 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2003-07-22 09:41:39 +0000 |
commit | 0246222351a8787e2e726c2526d795440893859c (patch) | |
tree | a254319c3697e8f1493373cd1148a6aa1e74a6a6 /init/init_shared.h | |
parent | 85e5e72bc1acd9d58c11bde6e14c8270cd9f169f (diff) | |
download | busybox-w32-0246222351a8787e2e726c2526d795440893859c.tar.gz busybox-w32-0246222351a8787e2e726c2526d795440893859c.tar.bz2 busybox-w32-0246222351a8787e2e726c2526d795440893859c.zip |
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.h | 2 |
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 @@ | |||
1 | extern int kill_init(int sig); | 1 | extern int kill_init(int sig); |
2 | extern int bb_shutdown_system(unsigned long magic); | ||
3 | |||