musl/arch
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
..
aarch64 aarch64, or1k: define rseq syscall number following linux v4.19 2019-03-13 12:31:22 -04:00
arm arm: add io_pgetevents syscall number from v4.19 2019-03-13 12:32:08 -04:00
generic/bits bits/ioctl.h: add TIOC{G,S}ISO7816 from linux v4.20 2019-03-13 12:33:15 -04:00
i386 add io_pgetevents and rseq syscall numbers from linux v4.18 2018-12-09 22:29:12 -05:00
m68k add support for arch-specific ptrace command macros 2018-07-17 22:25:08 -04:00
microblaze add io_pgetevents and rseq syscall numbers from linux v4.18 2018-12-09 22:29:12 -05:00
mips move arch-invariant definitions out of bits/ioctl.h 2019-02-07 12:43:19 -05:00
mips64 move arch-invariant definitions out of bits/ioctl.h 2019-02-07 12:43:19 -05:00
mipsn32 move arch-invariant definitions out of bits/ioctl.h 2019-02-07 12:43:19 -05:00
or1k aarch64, or1k: define rseq syscall number following linux v4.19 2019-03-13 12:31:22 -04:00
powerpc move arch-invariant definitions out of bits/ioctl.h 2019-02-07 12:43:19 -05:00
powerpc64 move arch-invariant definitions out of bits/ioctl.h 2019-02-07 12:43:19 -05:00
s390x fix POSIX_FADV_DONTNEED/_NOREUSE on s390x 2019-03-13 11:37:29 -04:00
sh move arch-invariant definitions out of bits/ioctl.h 2019-02-07 12:43:19 -05:00
x32 add io_pgetevents and rseq syscall numbers from linux v4.18 2018-12-09 22:29:12 -05:00
x86_64 add io_pgetevents and rseq syscall numbers from linux v4.18 2018-12-09 22:29:12 -05:00