Merge to Fedora kernel-2.6.18-1.2255_FC5-vs2.0.2.2-rc9 patched with stable patch...
[linux-2.6.git] / include / linux / vserver / debug_cmd.h
1 #ifndef _VX_DEBUG_CMD_H
2 #define _VX_DEBUG_CMD_H
3
4
5 /* debug commands */
6
7 #define VCMD_dump_history       VC_CMD(DEBUG, 1, 0)
8
9 #ifdef  __KERNEL__
10
11 extern int vc_dump_history(uint32_t);
12
13 #endif  /* __KERNEL__ */
14 #endif  /* _VX_DEBUG_CMD_H */