hc
2024-05-11 04dd17822334871b23ea2862f7798fb0e0007777
kernel/arch/mips/include/uapi/asm/ioctls.h
....@@ -93,6 +93,8 @@
9393 #define TIOCGPTLCK _IOR('T', 0x39, int) /* Get Pty lock state */
9494 #define TIOCGEXCL _IOR('T', 0x40, int) /* Get exclusive mode state */
9595 #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)
9698
9799 /* I hope the range from 0x5480 on is free ... */
98100 #define TIOCSCTTY 0x5480 /* become controlling tty */