c0cbd0845cbbfd95e306b089e35c55ad5eb375bb
[util-vserver.git] / kernel / 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 */