kernel/arch/mips/include/uapi/asm/ioctls.h
.. .. @@ -93,6 +93,8 @@ 93 93 #define TIOCGPTLCK _IOR('T', 0x39, int) /* Get Pty lock state */ 94 94 #define TIOCGEXCL _IOR('T', 0x40, int) /* Get exclusive mode state */ 95 95 #define TIOCGPTPEER _IO('T', 0x41) /* Safely open the slave */ 96 +#define TIOCGISO7816 _IOR('T', 0x42, struct serial_iso7816)97 +#define TIOCSISO7816 _IOWR('T', 0x43, struct serial_iso7816)96 98 97 99 /* I hope the range from 0x5480 on is free ... */ 98 100 #define TIOCSCTTY 0x5480 /* become controlling tty */