www.nico.schottelius.org/software/cinit/browse_source/cinit-0.3pre10/src/include/signals.h
Nico Schottelius 423ba10303 import cinit from unix.schottelius.org
Signed-off-by: Nico Schottelius <nico@ikn.schottelius.org>
2009-09-16 12:53:45 +02:00

17 lines
424 B
C

/***********************************************************************
*
* 2007 Nico Schottelius (nico-cinit //@\\ schottelius.org)
*
* part of cLinux/cinit
*
* Define signals to use: needs signal.h to be included before.
*/
#ifndef CINIT_SIGNALS_HEADER
#define CINIT_SIGNALS_HEADER
#define SIG_CINIT_HALT SIGUSR1
#define SIG_CINIT_POWEROFF SIGTERM
#define SIG_CINIT_REBOOT SIGHUP
#endif