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