hc
2024-05-10 23fa18eaa71266feff7ba8d83022d9e1cc83c65a
kernel/arch/powerpc/include/uapi/asm/ioctls.h
....@@ -102,6 +102,8 @@
102102 #define TIOCGPTLCK _IOR('T', 0x39, int) /* Get Pty lock state */
103103 #define TIOCGEXCL _IOR('T', 0x40, int) /* Get exclusive mode state */
104104 #define TIOCGPTPEER _IO('T', 0x41) /* Safely open the slave */
105
+#define TIOCGISO7816 _IOR('T', 0x42, struct serial_iso7816)
106
+#define TIOCSISO7816 _IOWR('T', 0x43, struct serial_iso7816)
105107
106108 #define TIOCSERCONFIG 0x5453
107109 #define TIOCSERGWILD 0x5454