| Elliott Hughes | 180edef | 2023-11-02 00:08:05 +0000 | [diff] [blame] | 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 |  */ | 
| Christopher Ferris | 6a9755d | 2017-01-13 14:09:31 -0800 | [diff] [blame] | 7 | #ifndef __LINUX_NSFS_H | 
 | 8 | #define __LINUX_NSFS_H | 
 | 9 | #include <linux/ioctl.h> | 
 | 10 | #define NSIO 0xb7 | 
| Christopher Ferris | 6a9755d | 2017-01-13 14:09:31 -0800 | [diff] [blame] | 11 | #define NS_GET_USERNS _IO(NSIO, 0x1) | 
 | 12 | #define NS_GET_PARENT _IO(NSIO, 0x2) | 
| Christopher Ferris | 525ce91 | 2017-07-26 13:12:53 -0700 | [diff] [blame] | 13 | #define NS_GET_NSTYPE _IO(NSIO, 0x3) | 
 | 14 | #define NS_GET_OWNER_UID _IO(NSIO, 0x4) | 
| Christopher Ferris | 6a9755d | 2017-01-13 14:09:31 -0800 | [diff] [blame] | 15 | #endif |