diff options
author | Sebastian Ott <sebott@linux.vnet.ibm.com> | 2016-09-16 11:01:46 -0400 |
---|---|---|
committer | Martin Schwidefsky <schwidefsky@de.ibm.com> | 2016-09-20 08:26:35 -0400 |
commit | ecc6410abf898c580077e028dd8eb123bfbda502 (patch) | |
tree | b5cd0fddeb2029bffe9b4be2c851222e179b6e20 /arch/s390/include/uapi | |
parent | f622b517563b0d3be6c41e932124e0b717149ad8 (diff) |
s390: export header for CLP ioctl
Export clp.h for usage by userspace.
Signed-off-by: Sebastian Ott <sebott@linux.vnet.ibm.com>
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
Diffstat (limited to 'arch/s390/include/uapi')
-rw-r--r-- | arch/s390/include/uapi/asm/Kbuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/s390/include/uapi/asm/Kbuild b/arch/s390/include/uapi/asm/Kbuild index 08fe6dad9026..cc44b09c25fc 100644 --- a/arch/s390/include/uapi/asm/Kbuild +++ b/arch/s390/include/uapi/asm/Kbuild | |||
@@ -6,6 +6,7 @@ header-y += bitsperlong.h | |||
6 | header-y += byteorder.h | 6 | header-y += byteorder.h |
7 | header-y += chpid.h | 7 | header-y += chpid.h |
8 | header-y += chsc.h | 8 | header-y += chsc.h |
9 | header-y += clp.h | ||
9 | header-y += cmb.h | 10 | header-y += cmb.h |
10 | header-y += dasd.h | 11 | header-y += dasd.h |
11 | header-y += debug.h | 12 | header-y += debug.h |