kernel/arch/sh/include/uapi/asm/ioctls.h
.. .. @@ -95,6 +95,8 @@ 95 95 #define TIOCGPTLCK _IOR('T', 0x39, int) /* Get Pty lock state */ 96 96 #define TIOCGEXCL _IOR('T', 0x40, int) /* Get exclusive mode state */ 97 97 #define TIOCGPTPEER _IO('T', 0x41) /* Safely open the slave */ 98 +#define TIOCGISO7816 _IOR('T', 0x42, struct serial_iso7816)99 +#define TIOCSISO7816 _IOWR('T', 0x43, struct serial_iso7816)98 100 99 101 #define TIOCSERCONFIG _IO('T', 83) /* 0x5453 */ 100 102 #define TIOCSERGWILD _IOR('T', 84, int) /* 0x5454 */