blob: e7db1cd54047489065d692d87b95e1176f07e2c7 [file] [log] [blame]
Al Viro435d5f42014-10-31 22:56:04 -04001#ifndef _LINUX_NS_COMMON_H
2#define _LINUX_NS_COMMON_H
3
4struct ns_common {
5 unsigned int inum;
6};
7
8#endif