aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/ns_common.h
blob: e7db1cd54047489065d692d87b95e1176f07e2c7 (plain) (blame)
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