Szabolcs Nagy
59904de7e0
bits/ioctl.h: add TIOC{G,S}ISO7816 from linux v4.20
ISO7816 smart cards ioctls.
linux commit ad8c0eaa0a418ae8ef3f9217638bb86439399eac
the actual kernel definitions are
#define TIOCGISO7816 _IOR('T', 0x42, struct serial_iso7816)
#define TIOCSISO7816 _IOWR('T', 0x43, struct serial_iso7816)
where struct serial_iso7816 is defined in linux/serial.h as
struct serial_iso7816 {
__u32 flags;
__u32 tg;
__u32 sc_fi;
__u32 sc_di;
__u32 clk;
__u32 reserved[5];
};
2019-03-13 12:33:15 -04:00
..
2016-01-27 21:52:14 -05:00
2016-01-27 21:52:14 -05:00
2016-01-27 21:52:14 -05:00
2016-10-20 01:28:25 -04:00
2016-01-27 21:52:14 -05:00
2016-07-03 14:54:35 -04:00
2019-03-13 12:33:15 -04:00
2016-07-03 15:02:25 -04:00
2018-07-20 01:06:41 -04:00
2016-11-11 12:46:06 -05:00
2016-03-18 22:40:28 -04:00
2016-07-03 15:02:25 -04:00
2016-01-27 21:52:14 -05:00
2018-07-17 22:25:08 -04:00
2016-01-27 21:52:14 -05:00
2016-01-27 21:52:14 -05:00
2016-07-03 15:02:25 -04:00
2016-07-03 15:02:25 -04:00
2018-07-20 01:06:41 -04:00
2016-01-27 21:52:14 -05:00
2018-03-10 18:19:41 -05:00
2018-07-20 01:06:41 -04:00