1 #ifndef _VX_SIGNAL_CMD_H
2 #define _VX_SIGNAL_CMD_H
4 /* signalling vserver commands */
6 #define VCMD_ctx_kill VC_CMD(PROCTRL, 1, 0)
7 #define VCMD_wait_exit VC_CMD(EVENT, 99, 0)
9 struct vcmd_ctx_kill_v0 {
14 struct vcmd_wait_exit_v0 {
21 extern int vc_ctx_kill(uint32_t, void __user *);
22 extern int vc_wait_exit(uint32_t, void __user *);
24 #endif /* __KERNEL__ */
25 #endif /* _VX_SIGNAL_CMD_H */