Macro base::ioctl_ioc_nr

source ·
macro_rules! ioctl_ioc_nr {
    ($name:ident, $dir:expr, $ty:expr, $nr:expr, $size:expr) => { ... };
    ($name:ident, $dir:expr, $ty:expr, $nr:expr, $size:expr, $($v:ident),+) => { ... };
}
Expand description

Raw macro to declare a function that returns an ioctl number.