This commit was generated by cvs2svn to compensate for changes in r2826,
[util-vserver.git] / kernel / 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_uts_virt_handler(struct ctl_table *ctl, int write, xid_t xid,
17         void **datap, size_t *lenp);
18
19
20 int vx_do_syslog(int, char __user *, int);
21
22 #endif  /* __KERNEL__ */
23 #else   /* _VX_CVIRT_H */
24 #warning duplicate inclusion
25 #endif  /* _VX_CVIRT_H */