diff options
author | Sebastian Ott <sebott@linux.vnet.ibm.com> | 2016-09-16 17:01:46 +0200 |
---|---|---|
committer | Martin Schwidefsky <schwidefsky@de.ibm.com> | 2016-09-20 14:26:35 +0200 |
commit | ecc6410abf898c580077e028dd8eb123bfbda502 (patch) | |
tree | b5cd0fddeb2029bffe9b4be2c851222e179b6e20 /arch/s390/include | |
parent | f622b517563b0d3be6c41e932124e0b717149ad8 (diff) | |
download | linux-ecc6410abf898c580077e028dd8eb123bfbda502.tar.gz linux-ecc6410abf898c580077e028dd8eb123bfbda502.tar.bz2 linux-ecc6410abf898c580077e028dd8eb123bfbda502.zip |
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')
-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 header-y += byteorder.h header-y += chpid.h header-y += chsc.h +header-y += clp.h header-y += cmb.h header-y += dasd.h header-y += debug.h |