kernel/arch/sparc/include/uapi/asm/ioctls.h
.. .. @@ -27,6 +27,8 @@ 27 27 #define TIOCGEXCL _IOR('T', 0x40, int) /* Get exclusive mode state */ 28 28 #define TIOCGRS485 _IOR('T', 0x41, struct serial_rs485) 29 29 #define TIOCSRS485 _IOWR('T', 0x42, struct serial_rs485) 30 +#define TIOCGISO7816 _IOR('T', 0x43, struct serial_iso7816)31 +#define TIOCSISO7816 _IOWR('T', 0x44, struct serial_iso7816)30 32 31 33 /* Note that all the ioctls that are not available in Linux have a 32 34 * double underscore on the front to: a) avoid some programs to