Macro scx_ops_attach

Source
macro_rules! scx_ops_attach {
    ($skel: expr, $ops: ident) => { ... };
}
Expand description

Must be used together with scx_ops_load!(). See there.