hc
2024-12-19 9370bb92b2d16684ee45cf24e879c93c509162da
kernel/arch/alpha/include/uapi/asm/ioctls.h
....@@ -107,6 +107,8 @@
107107 #define TIOCGPTLCK _IOR('T', 0x39, int) /* Get Pty lock state */
108108 #define TIOCGEXCL _IOR('T', 0x40, int) /* Get exclusive mode state */
109109 #define TIOCGPTPEER _IO('T', 0x41) /* Safely open the slave */
110
+#define TIOCGISO7816 _IOR('T', 0x42, struct serial_iso7816)
111
+#define TIOCSISO7816 _IOWR('T', 0x43, struct serial_iso7816)
110112
111113 #define TIOCSERCONFIG 0x5453
112114 #define TIOCSERGWILD 0x5454