blob: 61a5797e8f0d79512e0279397a6feae6d64dac17 [file] [log] [blame]
Elliott Hughes180edef2023-11-02 00:08:05 +00001/*
2 * This file is auto-generated. Modifications will be lost.
3 *
4 * See https://android.googlesource.com/platform/bionic/+/master/libc/kernel/
5 * for more information.
6 */
Christopher Ferris6a9755d2017-01-13 14:09:31 -08007#ifndef __LINUX_NSFS_H
8#define __LINUX_NSFS_H
9#include <linux/ioctl.h>
10#define NSIO 0xb7
Christopher Ferris6a9755d2017-01-13 14:09:31 -080011#define NS_GET_USERNS _IO(NSIO, 0x1)
12#define NS_GET_PARENT _IO(NSIO, 0x2)
Christopher Ferris525ce912017-07-26 13:12:53 -070013#define NS_GET_NSTYPE _IO(NSIO, 0x3)
14#define NS_GET_OWNER_UID _IO(NSIO, 0x4)
Christopher Ferris6a9755d2017-01-13 14:09:31 -080015#endif