ioctl::io!
[−]
[src]
macro_rules! io { ($ty:expr, $nr:expr) => (ioc!($crate::NONE, $ty, $nr, 0)) }
Encode an ioctl command that has no associated data.
macro_rules! io { ($ty:expr, $nr:expr) => (ioc!($crate::NONE, $ty, $nr, 0)) }
Encode an ioctl command that has no associated data.