Macro base::ioctl_expr
source · macro_rules! ioctl_expr { ($dir:expr, $ty:expr, $nr:expr, $size:expr) => { ... }; }
Expand description
Raw macro to declare the expression that calculates an ioctl number
macro_rules! ioctl_expr { ($dir:expr, $ty:expr, $nr:expr, $size:expr) => { ... }; }
Raw macro to declare the expression that calculates an ioctl number