macro_rules! define_ioctl_handler {
($name:ident, |$ioctl:ident| $body:block) => { ... };
}Expand description
macro to define IOCTL handler
macro_rules! define_ioctl_handler {
($name:ident, |$ioctl:ident| $body:block) => { ... };
}macro to define IOCTL handler