patch-2_6_7-vs1_9_1_12
[linux-2.6.git] / include / linux / vserver.h
1 #ifndef _LINUX_VSERVER_H
2 #define _LINUX_VSERVER_H
3
4 #include <linux/vserver/context.h>
5 #include <linux/vserver/network.h>
6
7 extern long vs_reboot(unsigned int, void *);
8
9 #define hlist_for_each_rcu(pos, head) \
10         for (pos = (head)->first; pos && ({ prefetch(pos->next); 1;}); \
11                 pos = pos->next, ({ smp_read_barrier_depends(); 0;}))
12
13 #endif