This commit was manufactured by cvs2svn to create branch 'vserver'.
[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 */