From 0246222351a8787e2e726c2526d795440893859c Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Tue, 22 Jul 2003 09:41:39 +0000 Subject: Support reboot, halt, and poweroff independent of busybox init. Simplify and fixup some logic. -Erik --- init/init_shared.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'init/init_shared.h') 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); + -- cgit v1.2.3