forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-01-04 1543e317f1da31b75942316931e8f491a8920811
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 */