ad60acb3f1e8efe4246240ac677e42dc650197fd
[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 */