diff options
Diffstat (limited to 'busybox/init/init_shared.h')
-rw-r--r-- | busybox/init/init_shared.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/busybox/init/init_shared.h b/busybox/init/init_shared.h new file mode 100644 index 000000000..1e4cfac98 --- /dev/null +++ b/busybox/init/init_shared.h | |||
@@ -0,0 +1,3 @@ | |||
1 | extern int kill_init(int sig); | ||
2 | extern int bb_shutdown_system(unsigned long magic); | ||
3 | |||