Macro ioctl_gen::ioc [] [src]

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

Creates the ioctl number for the given data.

io, ior, iow and iowr are preferred over this macro.