Crate ioctl [−] [src]
Modules
libc |
Macros
io! |
Encode an ioctl command that has no associated data. |
ioc! |
Encode an ioctl command. |
ioctl! |
Declare a wrapper function around an ioctl. |
ior! |
Encode an ioctl command that reads. |
iorw! |
Encode an ioctl command that both reads and writes. |
iow! |
Encode an ioctl command that writes. |