Sorting source tree a bit
[tpg/acess2.git] / KernelLand / Kernel / include / signal.h
1 /*
2  * Acess2 Kernel
3  * Signal List
4  */
5 #ifndef _SIGNAL_H_
6 #define _SIGNAL_H_
7
8 enum eSignals {
9         SIGKILL,
10         SIGSTOP,
11         SIGCONT,
12         SIGCHLD,
13         NSIG
14 };
15
16 #endif

UCC git Repository :: git.ucc.asn.au