diff options
author | Eric Andersen | 2003-07-22 09:41:39 +0000 |
---|---|---|
committer | Eric Andersen | 2003-07-22 09:41:39 +0000 |
commit | 0246222351a8787e2e726c2526d795440893859c (patch) | |
tree | a254319c3697e8f1493373cd1148a6aa1e74a6a6 /init/init_shared.h | |
parent | 85e5e72bc1acd9d58c11bde6e14c8270cd9f169f (diff) | |
download | busybox-0246222351a8787e2e726c2526d795440893859c.zip busybox-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.h | 2 |
1 files changed, 2 insertions, 0 deletions
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); + |