Macro ioctl_gen::iow [] [src]

macro_rules! iow {
    ($ty:expr, $nr:expr, $sz:expr) => { ... };
}

Creates the ioctl number for a write-only operation.