This commit was manufactured by cvs2svn to create branch 'vserver'.
[linux-2.6.git] / include / linux / vserver / signal.h
1 #ifndef _VX_SIGNAL_H
2 #define _VX_SIGNAL_H
3
4 #include "switch.h"
5
6 /*  context signalling */
7
8 #define VCMD_ctx_kill           VC_CMD(PROCTRL, 1, 0)
9
10 struct  vcmd_ctx_kill_v0 {
11         int32_t pid;
12         int32_t sig;
13 };
14
15 #ifdef  __KERNEL__
16 extern int vc_ctx_kill(uint32_t, void __user *);
17
18 #endif  /* __KERNEL__ */
19 #endif  /* _VX_SIGNAL_H */