updated to 2.6.13.3-vs2.1.0-rc4 headers
[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 */