kernel/arch/parisc/include/uapi/asm/ioctls.h
.. .. @@ -62,6 +62,8 @@ 62 62 #define TIOCGPTLCK _IOR('T', 0x39, int) /* Get Pty lock state */ 63 63 #define TIOCGEXCL _IOR('T', 0x40, int) /* Get exclusive mode state */ 64 64 #define TIOCGPTPEER _IO('T', 0x41) /* Safely open the slave */ 65 +#define TIOCGISO7816 _IOR('T', 0x42, struct serial_iso7816)66 +#define TIOCSISO7816 _IOWR('T', 0x43, struct serial_iso7816)65 67 66 68 #define FIONCLEX 0x5450 /* these numbers need to be adjusted. */ 67 69 #define FIOCLEX 0x5451