macro_rules! io {
($ty:expr, $nr:expr) => { ... };
}Expand description
Creates the ioctl number for an operation that isn’t reading or writing.
macro_rules! io {
($ty:expr, $nr:expr) => { ... };
}Creates the ioctl number for an operation that isn’t reading or writing.