Fedora kernel-2.6.17-1.2142_FC4 patched with stable patch-2.6.17.4-vs2.0.2-rc26.diff
[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_uts_virt_handler(struct ctl_table *ctl, int write, xid_t xid,
18         void **datap, size_t *lenp);
19
20
21 int vx_do_syslog(int, char __user *, int);
22
23 #endif  /* __KERNEL__ */
24 #else   /* _VX_CVIRT_H */
25 #warning duplicate inclusion
26 #endif  /* _VX_CVIRT_H */