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 constant or a function that returns an ioctl number.