macro_rules! scx_ops_attach {
($skel: expr, $ops: ident) => { ... };
}
Expand description
Must be used together with scx_ops_load!(). See there.
macro_rules! scx_ops_attach {
($skel: expr, $ops: ident) => { ... };
}
Must be used together with scx_ops_load!(). See there.