diff options
| author | Manuel Bentele | 2020-10-23 15:18:01 +0200 |
|---|---|---|
| committer | Manuel Bentele | 2020-10-23 15:18:01 +0200 |
| commit | dbb41ce2b7f309d394054a6bd1e33afd578798a5 (patch) | |
| tree | 6a31092063d9f2fb5ac5720ec6759040e793c3d5 /kernel/tests/include/lapi/ioctl_ns.h | |
| parent | Set Linux kernel version to unknown if it is not detectable (diff) | |
| download | xloop-dbb41ce2b7f309d394054a6bd1e33afd578798a5.tar.gz xloop-dbb41ce2b7f309d394054a6bd1e33afd578798a5.tar.xz xloop-dbb41ce2b7f309d394054a6bd1e33afd578798a5.zip | |
Move the source code of all xloop components to the common 'src' directory
Diffstat (limited to 'kernel/tests/include/lapi/ioctl_ns.h')
| -rw-r--r-- | kernel/tests/include/lapi/ioctl_ns.h | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/kernel/tests/include/lapi/ioctl_ns.h b/kernel/tests/include/lapi/ioctl_ns.h deleted file mode 100644 index 2fb4f4c..0000000 --- a/kernel/tests/include/lapi/ioctl_ns.h +++ /dev/null @@ -1,28 +0,0 @@ -// SPDX-License-Identifier: GPL-2.0-or-later -/* - * Copyright (c) 2019 Federico Bonfiglio fedebonfi95@gmail.com - */ - -#ifndef IOCTL_NS_H__ -#define IOCTL_NS_H__ - -#include <asm-generic/ioctl.h> - -#ifndef NSIO -#define NSIO 0xb7 -#endif -#ifndef NS_GET_PARENT -#define NS_GET_PARENT _IO(NSIO, 0x2) -#endif -#ifndef NS_GET_OWNER_UID -#define NS_GET_OWNER_UID _IO(NSIO, 0x4) -#endif -#ifndef NS_GET_USERNS -#define NS_GET_USERNS _IO(NSIO, 0x1) -#endif -#ifndef NS_GET_NSTYPE -#define NS_GET_NSTYPE _IO(NSIO, 0x3) -#endif - - -#endif /* IOCTL_NS_H__ */ |
