This commit was generated by cvs2svn to compensate for changes in r2826,
[util-vserver.git] / kernel / sched.h
1 #ifndef _VX_SCHED_H
2 #define _VX_SCHED_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 struct task_struct;
17
18 int vx_effective_vavavoom(struct vx_info *, int);
19
20 int vx_tokens_recalc(struct vx_info *);
21
22 #endif  /* __KERNEL__ */
23 #else   /* _VX_SCHED_H */
24 #warning duplicate inclusion
25 #endif  /* _VX_SCHED_H */