hc
2023-12-08 01573e231f18eb2d99162747186f59511f56b64d
kernel/arch/sh/include/uapi/asm/ioctls.h
....@@ -95,6 +95,8 @@
9595 #define TIOCGPTLCK _IOR('T', 0x39, int) /* Get Pty lock state */
9696 #define TIOCGEXCL _IOR('T', 0x40, int) /* Get exclusive mode state */
9797 #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)
98100
99101 #define TIOCSERCONFIG _IO('T', 83) /* 0x5453 */
100102 #define TIOCSERGWILD _IOR('T', 84, int) /* 0x5454 */