From 7b76233290bd9dead1848f28ed6d0edfcceb8e09 Mon Sep 17 00:00:00 2001 From: Denis Vlasenko Date: Wed, 27 Dec 2006 04:35:09 +0000 Subject: Correcting tag name to be like previous ones --- init/init_shared.h | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 init/init_shared.h (limited to 'init/init_shared.h') diff --git a/init/init_shared.h b/init/init_shared.h new file mode 100644 index 0000000..6df8de4 --- /dev/null +++ b/init/init_shared.h @@ -0,0 +1,10 @@ +/* vi: set sw=4 ts=4: */ +/* + * Helper functions shared by init et al. + * + * Licensed under GPLv2 or later, see file LICENSE in this tarball for details. + */ +extern int kill_init(int sig); +extern int bb_shutdown_system(unsigned long magic); +extern const char * const init_sending_format; + -- cgit v1.1