]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blame - include/linux/ns_common.h
x86/intel_rdt: Change closid type from int to u32
[mirror_ubuntu-artful-kernel.git] / include / linux / ns_common.h
CommitLineData
435d5f4b
AV
1#ifndef _LINUX_NS_COMMON_H
2#define _LINUX_NS_COMMON_H
3
33c42940
AV
4struct proc_ns_operations;
5
435d5f4b 6struct ns_common {
e149ed2b 7 atomic_long_t stashed;
33c42940 8 const struct proc_ns_operations *ops;
435d5f4b
AV
9 unsigned int inum;
10};
11
12#endif