• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 /*
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  */
7 #ifndef __LINUX_NSFS_H
8 #define __LINUX_NSFS_H
9 #include <linux/ioctl.h>
10 #define NSIO 0xb7
11 #define NS_GET_USERNS _IO(NSIO, 0x1)
12 #define NS_GET_PARENT _IO(NSIO, 0x2)
13 #define NS_GET_NSTYPE _IO(NSIO, 0x3)
14 #define NS_GET_OWNER_UID _IO(NSIO, 0x4)
15 #endif
16