macro_rules! ioc {
($dr:expr, $ty:expr, $nr:expr, $sz:expr) => { ... };
}Expand description
Creates the ioctl number for the given data.
io, ior, iow and iowr are preferred over this macro.
macro_rules! ioc {
($dr:expr, $ty:expr, $nr:expr, $sz:expr) => { ... };
}Creates the ioctl number for the given data.
io, ior, iow and iowr are preferred over this macro.