This commit was generated by cvs2svn to compensate for changes in r1129,
[linux-2.6.git] / include / linux / vserver / namespace.h
1 #ifndef _VX_NAMESPACE_H
2 #define _VX_NAMESPACE_H
3
4
5 #include <linux/types.h>
6
7 struct vx_info;
8 struct namespace;
9 struct fs_struct;
10
11 extern int vx_set_namespace(struct vx_info *, struct namespace *, struct fs_struct *);
12
13 #else   /* _VX_NAMESPACE_H */
14 #warning duplicate inclusion
15 #endif  /* _VX_NAMESPACE_H */