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