s390/fs3270: split header files
authorSven Schnelle <svens@linux.ibm.com>
Mon, 5 Dec 2022 12:20:46 +0000 (13:20 +0100)
committerHeiko Carstens <hca@linux.ibm.com>
Mon, 9 Jan 2023 13:34:05 +0000 (14:34 +0100)
commit61f37f63f930a0d759fc3a98bb3a2330a34c6220
treeed4c1ad3d65a30e838ac3281205f2b7d686312ef
parenta554dbd740bd45247a7b9617760f1c7e1b26ebfc
s390/fs3270: split header files

In order to use the fs3270 one would need at least the ioctl definitions
in uapi. Add two new include files in uapi, which contain:

fs3270: ioctl number declarations + returned struct for TUBGETMOD.
raw3270: all the orders, attributes and similar stuff used with 3270
terminals.

Signed-off-by: Sven Schnelle <svens@linux.ibm.com>
Acked-by: Heiko Carstens <hca@linux.ibm.com>
Signed-off-by: Heiko Carstens <hca@linux.ibm.com>
arch/s390/include/uapi/asm/fs3270.h [new file with mode: 0644]
arch/s390/include/uapi/asm/raw3270.h [new file with mode: 0644]
drivers/s390/char/fs3270.c
drivers/s390/char/raw3270.h