ok... try #3 of the new vwait stuff: it seems to be a good idea to
[util-vserver.git] / util-vserver / kernel / global.h
1 #ifndef _VX_GLOBAL_H
2 #define _VX_GLOBAL_H
3
4 #ifndef CONFIG_VSERVER
5 #warning config options missing
6 #endif
7
8
9 extern atomic_t vx_global_ctotal;
10 extern atomic_t vx_global_cactive;
11
12 #endif /* _VX_GLOBAL_H */