kernel/arch/powerpc/include/uapi/asm/ioctls.h
.. .. @@ -102,6 +102,8 @@ 102 102 #define TIOCGPTLCK _IOR('T', 0x39, int) /* Get Pty lock state */ 103 103 #define TIOCGEXCL _IOR('T', 0x40, int) /* Get exclusive mode state */ 104 104 #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)105 107 106 108 #define TIOCSERCONFIG 0x5453 107 109 #define TIOCSERGWILD 0x5454