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.