Support reboot, halt, and poweroff independent of busybox init.

Simplify and fixup some logic.
 -Erik
This commit is contained in:
Eric Andersen
2003-07-22 09:41:39 +00:00
parent 85e5e72bc1
commit 0246222351
6 changed files with 136 additions and 45 deletions

View File

@@ -1 +1,3 @@
extern int kill_init(int sig);
extern int bb_shutdown_system(unsigned long magic);