kernel/include/uapi/asm-generic/ioctls.h
.. .. @@ -79,6 +79,8 @@ 79 79 #define TIOCGPTLCK _IOR('T', 0x39, int) /* Get Pty lock state */ 80 80 #define TIOCGEXCL _IOR('T', 0x40, int) /* Get exclusive mode state */ 81 81 #define TIOCGPTPEER _IO('T', 0x41) /* Safely open the slave */ 82 +#define TIOCGISO7816 _IOR('T', 0x42, struct serial_iso7816)83 +#define TIOCSISO7816 _IOWR('T', 0x43, struct serial_iso7816)82 84 83 85 #define FIONCLEX 0x5450 84 86 #define FIOCLEX 0x5451