1/*
2 * This header was generated from the Linux kernel headers by update_headers.py,
3 * to provide necessary information from kernel to userspace, such as constants,
4 * structures, and macros, and thus, contains no copyrightable information.
5 */
6#ifndef __LINUX_NSFS_H
7#define __LINUX_NSFS_H
8#include <linux/ioctl.h>
9#define NSIO	0xb7
10#define NS_GET_USERNS		_IO(NSIO, 0x1)
11#define NS_GET_PARENT		_IO(NSIO, 0x2)
12#define NS_GET_NSTYPE		_IO(NSIO, 0x3)
13#define NS_GET_OWNER_UID	_IO(NSIO, 0x4)
14#endif
15