1 2 3 4 5 6 7 8
#ifndef _LINUX_NS_COMMON_H #define _LINUX_NS_COMMON_H struct ns_common { unsigned int inum; }; #endif