vserver 1.9.5.x5
[linux-2.6.git] / include / linux / vserver / cvirt.h
1 #ifndef _VX_CVIRT_H
2 #define _VX_CVIRT_H
3
4 #ifdef  __KERNEL__
5
6 struct timespec;
7
8 void vx_vsi_uptime(struct timespec *, struct timespec *);
9
10
11 struct vx_info;
12
13 void vx_update_load(struct vx_info *);
14
15
16 int vx_do_syslog(int, char __user *, int);
17
18 #endif  /* __KERNEL__ */
19 #else   /* _VX_CVIRT_H */
20 #warning duplicate inclusion
21 #endif  /* _VX_CVIRT_H */