You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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];
};
|
7 years ago |
| .. |
|
errno.h
|
deduplicate the bulk of the arch bits headers
|
10 years ago |
|
fcntl.h
|
deduplicate the bulk of the arch bits headers
|
10 years ago |
|
fenv.h
|
deduplicate the bulk of the arch bits headers
|
10 years ago |
|
hwcap.h
|
add bits/hwcap.h and include it in sys/auxv.h
|
10 years ago |
|
io.h
|
deduplicate the bulk of the arch bits headers
|
10 years ago |
|
ioctl.h
|
bits/ioctl.h: add TIOC{G,S}ISO7816 from linux v4.20
|
7 years ago |
|
ioctl_fix.h
|
fix FIOQSIZE in arm ioctl.h
|
10 years ago |
|
ipc.h
|
make brace placement in public header struct definitions consistent
|
10 years ago |
|
kd.h
|
move inclusion of linux headers for kd.h, soundcard.h, vt.h to bits
|
8 years ago |
|
link.h
|
generalize ELF hash table types not to assume 32-bit entries
|
10 years ago |
|
mman.h
|
deduplicate bits/mman.h
|
10 years ago |
|
msg.h
|
make brace placement in public header struct definitions consistent
|
10 years ago |
|
poll.h
|
deduplicate the bulk of the arch bits headers
|
10 years ago |
|
ptrace.h
|
add support for arch-specific ptrace command macros
|
8 years ago |
|
resource.h
|
deduplicate the bulk of the arch bits headers
|
10 years ago |
|
sem.h
|
deduplicate the bulk of the arch bits headers
|
10 years ago |
|
shm.h
|
make brace placement in public header struct definitions consistent
|
10 years ago |
|
socket.h
|
make brace placement in public header struct definitions consistent
|
10 years ago |
|
soundcard.h
|
move inclusion of linux headers for kd.h, soundcard.h, vt.h to bits
|
8 years ago |
|
statfs.h
|
deduplicate the bulk of the arch bits headers
|
10 years ago |
|
termios.h
|
fix minor namespace issues in termios.h
|
8 years ago |
|
vt.h
|
move inclusion of linux headers for kd.h, soundcard.h, vt.h to bits
|
8 years ago |