Gitiles
Code Review
Sign In
gerrit.openfyde.cn
/
github.com
/
raspberrypi
/
raspberrypi-kernel
/
435d5f4bb2ccba3b791d9ef61d2590e30b8e806e
/
.
/
include
/
linux
/
ns_common.h
blob: e7db1cd54047489065d692d87b95e1176f07e2c7 [
file
] [
log
] [
blame
]
Al Viro
435d5f4
2014-10-31 22:56:04 -0400
[
diff
] [
blame^
]
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