commit | 0246222351a8787e2e726c2526d795440893859c | [log] [tgz] |
---|---|---|
author | Eric Andersen <andersen@codepoet.org> | Tue Jul 22 09:41:39 2003 +0000 |
committer | Eric Andersen <andersen@codepoet.org> | Tue Jul 22 09:41:39 2003 +0000 |
tree | a254319c3697e8f1493373cd1148a6aa1e74a6a6 | |
parent | 85e5e72bc1acd9d58c11bde6e14c8270cd9f169f [diff] [blame] |
Support reboot, halt, and poweroff independent of busybox init. Simplify and fixup some logic. -Erik
diff --git a/init/init_shared.h b/init/init_shared.h index d10a1bd..1e4cfac 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); +