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