new helpers: ns_alloc_inum/ns_free_inum
[deliverable/linux.git] / include / linux / ns_common.h
1 #ifndef _LINUX_NS_COMMON_H
2 #define _LINUX_NS_COMMON_H
3
4 struct ns_common {
5 unsigned int inum;
6 };
7
8 #endif
This page took 0.034006 seconds and 6 git commands to generate.