ioctl::iow!
[−]
[src]
macro_rules! iow { ($ty:expr, $nr:expr, $sz:expr) => (ioc!($crate::WRITE, $ty, $nr, $sz)) }
Encode an ioctl command that writes.
macro_rules! iow { ($ty:expr, $nr:expr, $sz:expr) => (ioc!($crate::WRITE, $ty, $nr, $sz)) }
Encode an ioctl command that writes.